diff options
author | Adam Cozzette <acozzette@google.com> | 2017-02-28 13:49:56 -0800 |
---|---|---|
committer | Adam Cozzette <acozzette@google.com> | 2017-02-28 13:49:56 -0800 |
commit | aff9d9d39c5777d151a9dc468250a09f45534648 (patch) | |
tree | fdfa03da7edc8957ca014ba80fb1c1465098dcec | |
parent | 5274d6ee314a237f6626b5b4633c9f87574ad46d (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.
-rw-r--r-- | js/binary/writer_test.js | 2 |
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/)); } |