summaryrefslogtreecommitdiff
path: root/jarmon.test.js
diff options
context:
space:
mode:
Diffstat (limited to 'jarmon.test.js')
-rw-r--r--jarmon.test.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/jarmon.test.js b/jarmon.test.js
index c4c1410..90cb62c 100644
--- a/jarmon.test.js
+++ b/jarmon.test.js
@@ -18,7 +18,6 @@ YUI().use('test', function(Y) {
var d = new jarmon.downloadBinary('non-existent-file.html');
d.addBoth(
function(self, ret) {
- console.log(ret);
self.resume(function() {
Y.Assert.isInstanceOf(Error, ret);
Y.Assert.areEqual(404, ret.message);