Remove debug output.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 17 Sep 2014 19:59:32 +0300
changeset 67 328b3e5c0802
parent 66 c62a1051cef7
child 68 f8d310e3aecf
Remove debug output.
2048.html
--- a/2048.html	Wed Sep 17 19:59:12 2014 +0300
+++ b/2048.html	Wed Sep 17 19:59:32 2014 +0300
@@ -633,7 +633,6 @@
     // Reports and statistic.
 
     function statistic() {
-      console.log('xxx');
       var stat = [];
       var cnt = parseInt(document.getElementById('stat-count-limit').value);
       if (isNaN(cnt) || !isFinite(cnt) || cnt < 1)