瀏覽代碼

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.
Adam Cozzette 8 年之前
父節點
當前提交
aff9d9d39c
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      js/binary/writer_test.js

+ 0 - 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/));
 }