remove a log

This commit is contained in:
Manuel Araoz 2014-02-13 16:25:34 -03:00
parent 42c193dfd5
commit 9cbf870254
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ module.exports.init = function(app, io_ext) {
ios.set('log level', 1); // reduce logging
ios.sockets.on('connection', function(socket) {
socket.on('subscribe', function(topic) {
console.log('someone subscribed to ' + topic);
socket.join(topic);
});
});