projects
/
KiwiIRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44f18d2
)
Removing console.log
author
Cory Chaplin
<cory.chaplin@laposte.net>
Fri, 16 May 2014 08:54:19 +0000
(10:54 +0200)
committer
Cory Chaplin
<cory.chaplin@laposte.net>
Fri, 16 May 2014 08:54:19 +0000
(10:54 +0200)
client/src/models/gateway.js
patch
|
blob
|
blame
|
history
diff --git
a/client/src/models/gateway.js
b/client/src/models/gateway.js
index 563e4b53286dfb84d949838ce15ced9827dacef7..724fe8e9b19bf70e0ceeb9ccdf0e93e0cf542c93 100644
(file)
--- a/
client/src/models/gateway.js
+++ b/
client/src/models/gateway.js
@@
-449,7
+449,6
@@
_kiwi.model.Gateway = function () {
* @param {Function} callback A callback function
\r
*/
\r
this.wallops = function (connection_id, target, msg, callback) {
\r
- console.log(target);
\r
var args = {
\r
target: target,
\r
msg: msg
\r