diff options
author | James Lal <james@lightsofapollo.com> | 2012-07-06 14:38:57 -0700 |
---|---|---|
committer | James Lal <james@lightsofapollo.com> | 2012-07-06 14:38:57 -0700 |
commit | fa1bc078c2953c4d81d7c5c17e4f3a4c0e3febeb (patch) | |
tree | 077f256b2e661e6e37e936864ec1d2321ffced44 /lib/caldav/connection.js | |
parent | 7f30ad85d5415e8fb3bbbf729ac090d453205372 (diff) | |
download | jsCalDAV-fa1bc078c2953c4d81d7c5c17e4f3a4c0e3febeb.tar.gz |
remove console
Diffstat (limited to 'lib/caldav/connection.js')
-rw-r--r-- | lib/caldav/connection.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/caldav/connection.js b/lib/caldav/connection.js index 953d405..dae38d7 100644 --- a/lib/caldav/connection.js +++ b/lib/caldav/connection.js @@ -88,7 +88,6 @@ }; - console.log('!HIT!!'); module.exports = Connection; }.apply( |