Explorar o código

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

Removed log statement from writer_test.js
Adam Cozzette %!s(int64=8) %!d(string=hai) anos
pai
achega
7339fc04c4
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  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/));
 }