aboutsummaryrefslogtreecommitdiffhomepage
path: root/js/binary/writer_test.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/binary/writer_test.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/));
}