--- a/client/app/app.js Thu Oct 16 03:22:00 2014 +0200
+++ b/client/app/app.js Thu Oct 16 10:24:38 2014 +0200
@@ -116,12 +116,12 @@
if(context.logging){
console.log('Got message: ', e.data);
}
- var data_json = JSON.parse(e.data)
+ //var data_json = JSON.parse(e.data);
//showAlert('Annotation bien reçue.', true);
console.log('2 message', $scope.annotPile.length);
if($scope.annotPile.length>0){
var c = $scope.annotPile.shift();
- console.log('3 message', c);
+ //console.log('3 message', c);
var i;
if(c===false){
//showAlert('Annotation envoyée.', true);