Skip to content

Commit

Permalink
removed a sys.log
Browse files Browse the repository at this point in the history
  • Loading branch information
James Halliday committed May 10, 2011
1 parent 7fa15b9 commit f545438
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/handshake.js
Expand Up @@ -87,9 +87,10 @@ exports.security = function (rfb, opts) {
.word32be('msgLen')
.buffer('msg', 'msgLen')
.tap(function (vars) {
sys.log('Security handshake failed with message: '
rfb.emit('error', new Error(
'Security handshake failed with message: '
+ vars.msg.toString()
);
));
});
}
})
Expand Down

0 comments on commit f545438

Please sign in to comment.