remove all console.log logging
This commit is contained in:
parent
5bf629439c
commit
e9e752c5e4
3 changed files with 8 additions and 6 deletions
|
@ -85,6 +85,8 @@ io.configure(function () {
|
|||
// , 'xhr-polling'
|
||||
, 'jsonp-polling'
|
||||
]);
|
||||
|
||||
io.set('log level', 1);
|
||||
});
|
||||
io.sockets.on('connection', function (client) {
|
||||
// new client is here!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue