summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Wall <richard@aziz>2010-08-23 23:25:20 +0100
committerRichard Wall <richard@aziz>2010-08-23 23:25:20 +0100
commitd2f5c22d5bfb0148ea8a039ddf5cba921fdcaf85 (patch)
treeb50bdff0d38d9cc14b88cc2438045640669cd984
parentc067ff8ae17c9db52536afc2ffbf8d32712c8494 (diff)
remove the console.log
-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);