Skip to content

Commit

Permalink
[socket.io] turn off logging
Browse files Browse the repository at this point in the history
  • Loading branch information
indutny committed Jun 24, 2011
1 parent b7b7bde commit cec2088
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/slides/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ Server.prototype.listen = function() {
var that = this;

this.io = io.listen(this.app);
this.io.set('log level', 0);

this.app.listen(this.options.port,
this.options.host, function() {
Expand Down

0 comments on commit cec2088

Please sign in to comment.