Commit 70d6353d authored by csillag's avatar csillag

Comment out some socket debug messages

parent 7c2489f8
...@@ -452,14 +452,14 @@ class App ...@@ -452,14 +452,14 @@ class App
sockmsg = sockmsg =
filter: filter filter: filter
clientID: annotator.clientID clientID: annotator.clientID
console.log sockmsg #console.log sockmsg
$scope.updater.send JSON.stringify sockmsg $scope.updater.send JSON.stringify sockmsg
$scope.updater.onclose = => $scope.updater.onclose = =>
$timeout $scope.initUpdater, 60000 $timeout $scope.initUpdater, 60000
$scope.updater.onmessage = (msg) => $scope.updater.onmessage = (msg) =>
console.log msg #console.log msg
unless msg.data.type? and msg.data.type is 'annotation-notification' unless msg.data.type? and msg.data.type is 'annotation-notification'
return return
data = msg.data.payload 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