mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
Removed console statement
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user