remove a console.log

This commit is contained in:
TJ Holowaychuk 2013-09-08 11:41:52 -07:00
parent 2fe83a4e3d
commit cf54f7d7d5
1 changed files with 0 additions and 1 deletions

View File

@ -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);
});
}