remove a console.log
This commit is contained in:
parent
2fe83a4e3d
commit
cf54f7d7d5
1 changed files with 0 additions and 1 deletions
|
@ -131,7 +131,6 @@ app.callback = function(){
|
|||
|
||||
if (1 == ctx.socket.listeners('error').length) {
|
||||
ctx.socket.on('error', function(err){
|
||||
console.log('callback');
|
||||
self.emit('error', err);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue