diff options
author | James Lal <james@lightsofapollo.com> | 2013-05-06 21:18:31 -0700 |
---|---|---|
committer | James Lal <james@lightsofapollo.com> | 2013-05-06 21:18:31 -0700 |
commit | 0b4733ebb28368198b747079d51033a7eeb1f276 (patch) | |
tree | 0d48aca900256baf82f0aa599d455a978780fa19 /test/support/fake_xhr.js | |
parent | c81e925aa6dada192db75dccd4287ab1e9e09ab2 (diff) | |
download | jsCalDAV-0b4733ebb28368198b747079d51033a7eeb1f276.tar.gz |
Initial error refactoring (make errors less HTTP specific)
Diffstat (limited to 'test/support/fake_xhr.js')
-rw-r--r-- | test/support/fake_xhr.js | 3 |
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( |