# HG changeset patch # User Oleksandr Gavenko # Date 1410973172 -10800 # Node ID 328b3e5c0802ca16045ad8d571dd4301bf7f774d # Parent c62a1051cef7129bcbe849c67097a0455360c0da Remove debug output. diff -r c62a1051cef7 -r 328b3e5c0802 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)