remove a console.log

This commit is contained in:
TJ Holowaychuk 2013-09-08 11:41:52 -07:00
parent 2fe83a4e3d
commit cf54f7d7d5

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