From 786930878450d7fc3d1188daa50a6f13581e3a58 Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Thu, 20 Mar 2014 11:20:51 -0300 Subject: [PATCH] remove console.log --- test/test.Transaction.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test.Transaction.js b/test/test.Transaction.js index efa47e258..8b4d005bd 100644 --- a/test/test.Transaction.js +++ b/test/test.Transaction.js @@ -36,6 +36,7 @@ function parse_test_transaction(entry) { 'index': index, 'scriptPubKey': scriptPubKey }); + }); var raw = new Buffer(entry[1], 'hex');