Removed console statement

This commit is contained in:
Arnout Kazemier
2011-07-05 00:38:24 +02:00
parent a70347b15f
commit 159c75096d

View File

@@ -215,7 +215,6 @@ module.exports = {
var cl = client(++ports)
, io = create(cl)
, calls = 0
console.log(data)
, ws;
io.of('/foo').on('connection', function (socket) {