Skip to content

Commit

Permalink
Removed log statement from writer_test.js
Browse files Browse the repository at this point in the history
This tweak makes the test output a bit easier to read because it cuts
out a lot of unnecessary logging.
  • Loading branch information
acozzette committed Feb 28, 2017
1 parent 5274d6e commit aff9d9d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions js/binary/writer_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ goog.require('jspb.BinaryWriter');
*/
function assertFails(func) {
var e = assertThrows(func);
console.log(e);
//assertNotNull(e.toString().match(/Error/));
}


Expand Down

0 comments on commit aff9d9d

Please sign in to comment.