Commit aff9d9d3 authored by Adam Cozzette's avatar Adam Cozzette

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.
parent 5274d6ee
......@@ -48,8 +48,6 @@ goog.require('jspb.BinaryWriter');
*/
function assertFails(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