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:
parent
5274d6ee31
commit
aff9d9d39c
1 changed files with 0 additions and 2 deletions
|
@ -48,8 +48,6 @@ goog.require('jspb.BinaryWriter');
|
|||
*/
|
||||
function assertFails(func) {
|
||||
var e = assertThrows(func);
|
||||
console.log(e);
|
||||
//assertNotNull(e.toString().match(/Error/));
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue