aboutsummaryrefslogtreecommitdiff
path: root/js/binary/writer_test.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/binary/writer_test.js')
-rw-r--r--js/binary/writer_test.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/js/binary/writer_test.js b/js/binary/writer_test.js
index 54d37a21..118eecfc 100644
--- a/js/binary/writer_test.js
+++ b/js/binary/writer_test.js
@@ -47,9 +47,7 @@ goog.require('jspb.BinaryWriter');
* @param {function()} func This function should throw an error when run.
*/
function assertFails(func) {
- var e = assertThrows(func);
- console.log(e);
- //assertNotNull(e.toString().match(/Error/));
+ assertThrows(func);
}