From aff9d9d39c5777d151a9dc468250a09f45534648 Mon Sep 17 00:00:00 2001 From: Adam Cozzette Date: Tue, 28 Feb 2017 13:49:56 -0800 Subject: 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. --- js/binary/writer_test.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'js') 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/)); } -- cgit v1.2.3