aboutsummaryrefslogtreecommitdiffhomepage
path: root/js
diff options
context:
space:
mode:
authorGravatar Adam Cozzette <acozzette@google.com>2017-02-28 13:49:56 -0800
committerGravatar Adam Cozzette <acozzette@google.com>2017-02-28 13:49:56 -0800
commitaff9d9d39c5777d151a9dc468250a09f45534648 (patch)
treefdfa03da7edc8957ca014ba80fb1c1465098dcec /js
parent5274d6ee314a237f6626b5b4633c9f87574ad46d (diff)
Removed log statement from writer_test.js
This tweak makes the test output a bit easier to read because it cuts out a lot of unnecessary logging.
Diffstat (limited to 'js')
-rw-r--r--js/binary/writer_test.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/js/binary/writer_test.js b/js/binary/writer_test.js
index 54d37a21..83fcdf91 100644
--- a/js/binary/writer_test.js
+++ b/js/binary/writer_test.js
@@ -48,8 +48,6 @@ goog.require('jspb.BinaryWriter');
*/
function assertFails(func) {
var e = assertThrows(func);
- console.log(e);
- //assertNotNull(e.toString().match(/Error/));
}