From d51a128ab25387366c8091ba3aae7e4b8f2f4285 Mon Sep 17 00:00:00 2001 From: Dominic Tarr Date: Fri, 9 May 2014 10:34:43 +0200 Subject: [PATCH] remove console.log --- test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.js b/test.js index 2aeb653..0769851 100644 --- a/test.js +++ b/test.js @@ -78,7 +78,7 @@ test('big integers', function (assert) { bigs.push(Math.pow(2, i) - 1) bigs.push(Math.pow(2, i)) })(i) - console.log(bigs) + bigs.forEach(function (n) { var data = encode(n) console.error(n, '->', data)