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.
pull/2674/head
Adam Cozzette 8 years ago
parent 5274d6ee31
commit aff9d9d39c
  1. 2
      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/));
}

Loading…
Cancel
Save