From 6194d9bcd96742d14678242f07ab9752582b10de Mon Sep 17 00:00:00 2001 From: Stefan Thomas Date: Sat, 21 Sep 2013 05:50:28 -0700 Subject: [PATCH] Left a console statement. Oops. --- test/amount-test.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/amount-test.js b/test/amount-test.js index e0564087..58df7ff6 100644 --- a/test/amount-test.js +++ b/test/amount-test.js @@ -48,7 +48,6 @@ describe('Amount', function() { assert.strictEqual(UInt160.ACCOUNT_ONE, UInt160.from_json('rrrrrrrrrrrrrrrrrrrrBZbvji').to_json()); }); it('Parse mtgox export', function () { - console.log(UInt160.from_json('mtgox').to_json()); assert.strictEqual(config.accounts['mtgox'].account, UInt160.from_json('mtgox').to_json()); }); it('is_valid rrrrrrrrrrrrrrrrrrrrrhoLvTp', function () {