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.
This commit is contained in:
Adam Cozzette 2017-02-28 13:49:56 -08:00
parent 5274d6ee31
commit aff9d9d39c

View file

@ -48,8 +48,6 @@ goog.require('jspb.BinaryWriter');
*/
function assertFails(func) {
var e = assertThrows(func);
console.log(e);
//assertNotNull(e.toString().match(/Error/));
}