aboutsummaryrefslogtreecommitdiffstats
path: root/test/support/fake_xhr.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/support/fake_xhr.js')
-rw-r--r--test/support/fake_xhr.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/support/fake_xhr.js b/test/support/fake_xhr.js
index 3f6cea0..59c6598 100644
--- a/test/support/fake_xhr.js
+++ b/test/support/fake_xhr.js
@@ -1,6 +1,4 @@
(function(module) {
- console.log('I HAZ LOADED');
-
function FakeXhr() {
this.openArgs = null;
this.sendArgs = null;
@@ -44,7 +42,6 @@
}
};
- console.log('EXPORTS ME', FakeXhr);
module.exports = FakeXhr;
}.apply(