From d2f5c22d5bfb0148ea8a039ddf5cba921fdcaf85 Mon Sep 17 00:00:00 2001 From: Richard Wall Date: Mon, 23 Aug 2010 23:25:20 +0100 Subject: remove the console.log --- jarmon.test.js | 1 - 1 file changed, 1 deletion(-) 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); -- cgit v1.2.3-2-g168b