projects
/
KiwiIRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7886a89
)
Removing console.logs
author
Darren
<darren@darrenwhitlen.com>
Sat, 17 Aug 2013 17:14:05 +0000
(18:14 +0100)
committer
Darren
<darren@darrenwhitlen.com>
Sat, 17 Aug 2013 17:14:05 +0000
(18:14 +0100)
server/kiwi.js
patch
|
blob
|
blame
|
history
diff --git
a/server/kiwi.js
b/server/kiwi.js
index 11c7b979667c50ed088230dc439262ca2c9eadbd..baf8124f0e7f9063d753dbf104c110e85ba46a74 100755
(executable)
--- a/
server/kiwi.js
+++ b/
server/kiwi.js
@@
-349,7
+349,6
@@
process.stdin.on('data', function (buffered) {
// For each word in the line minus the last, add it to the packet
for(parts_idx=1; parts_idx<data_parts.length-1; parts_idx++){
- console.log('flag:', data_parts[parts_idx]);
packet[data_parts[parts_idx]] = true;
}