aboutsummaryrefslogtreecommitdiffhomepage
path: root/js
diff options
context:
space:
mode:
authorGravatar Adam Cozzette <acozzette@gmail.com>2017-03-01 07:11:33 -0800
committerGravatar GitHub <noreply@github.com>2017-03-01 07:11:33 -0800
commit7339fc04c49a055ec0688cd0cb24cf7ea64f7783 (patch)
treefdfa03da7edc8957ca014ba80fb1c1465098dcec /js
parent5274d6ee314a237f6626b5b4633c9f87574ad46d (diff)
parentaff9d9d39c5777d151a9dc468250a09f45534648 (diff)
Merge pull request #2674 from acozzette/js-test-cleanup
Removed log statement from writer_test.js
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/));
}