Remove leftover code from earlier commits

This commit is contained in:
anugu-chegg 2018-04-20 01:36:30 +05:30 committed by muxator
parent b4068144c3
commit 7b6a4aba30
2 changed files with 1 additions and 3 deletions

View File

@ -201,8 +201,6 @@ function handshake()
});
socket.once('connect', function () {
// Setup our own connected flag since socketio one doesn't work accurately
socket.realConnected = true;
sendClientReady(false);
});