outcomment the message recieve on the client side ;)

pull/1/head
Peter 'Pita' Martischka 2011-03-26 13:31:19 +00:00
parent 325c322a27
commit 6c05ef8746
1 changed files with 2 additions and 2 deletions

View File

@ -195,11 +195,11 @@ function getCollabClient(ace2editor, serverVars, initialUserInfo, options) {
initialStartConnectTime = +new Date();
// });
/*socket.on('message', function(obj){
socket.on('message', function(obj){
if(window.console)
console.log(obj);
handleMessageFromServer(obj);
});*/
});
socket.on('disconnect', function(obj){
handleSocketClosed(true);