Commit 7339fc04 authored by Adam Cozzette's avatar Adam Cozzette Committed by GitHub

Merge pull request #2674 from acozzette/js-test-cleanup

Removed log statement from writer_test.js
parents 5274d6ee aff9d9d3
...@@ -48,8 +48,6 @@ goog.require('jspb.BinaryWriter'); ...@@ -48,8 +48,6 @@ goog.require('jspb.BinaryWriter');
*/ */
function assertFails(func) { function assertFails(func) {
var e = assertThrows(func); var e = assertThrows(func);
console.log(e);
//assertNotNull(e.toString().match(/Error/));
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment