Commit 70d6353d authored by csillag's avatar csillag

Comment out some socket debug messages

parent 7c2489f8
......@@ -452,14 +452,14 @@ class App
sockmsg =
filter: filter
clientID: annotator.clientID
console.log sockmsg
#console.log sockmsg
$scope.updater.send JSON.stringify sockmsg
$scope.updater.onclose = =>
$timeout $scope.initUpdater, 60000
$scope.updater.onmessage = (msg) =>
console.log msg
#console.log msg
unless msg.data.type? and msg.data.type is 'annotation-notification'
return
data = msg.data.payload
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment