From 87652f2cb7ae25496c4a5a363c8478ccc9ae698b Mon Sep 17 00:00:00 2001 From: Mottie Date: Wed, 25 Feb 2015 17:47:18 -0600 Subject: [PATCH] Testing: remove console message --- testing/testing.js | 1 - 1 file changed, 1 deletion(-) diff --git a/testing/testing.js b/testing/testing.js index 1a207355..3ee8322e 100644 --- a/testing/testing.js +++ b/testing/testing.js @@ -633,7 +633,6 @@ $(function(){ tester.cacheCompare( table4, 3, [ 2, 1, 7, 6, 5, 3, 4, 8, 9, 10 ], 'force x2 + sorted x2 + append x2, ascending' ); $table4.on('sortEnd', function(){ count++; - console.log(count); if (count === 1) { tester.cacheCompare( table4, 3, [ 2, 1, 6, 7, 5, 4, 3, 8, 10, 9 ], 'force x2 + sorted x2 + append x2, descending' ); c4.sortResetKey = 'shiftKey';