Skip to content

Commit

Permalink
Comento debug level de socket.io
Browse files Browse the repository at this point in the history
  • Loading branch information
arpunk committed Jan 24, 2012
1 parent 508d9e8 commit ab8c316
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ twit.stream('user', { track: "#30thingsaboutme" }, function(stream) {

io = io.listen(app);

//io.disable('log level');

io.sockets.on('connection', function(socket) {
console.log("Cliente conectado");
});
Expand Down

0 comments on commit ab8c316

Please sign in to comment.