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

Removed log statement from writer_test.js
This commit is contained in:
Adam Cozzette 2017-03-01 07:11:33 -08:00 committed by GitHub
commit 7339fc04c4

View file

@ -48,8 +48,6 @@ goog.require('jspb.BinaryWriter');
*/
function assertFails(func) {
var e = assertThrows(func);
console.log(e);
//assertNotNull(e.toString().match(/Error/));
}