clean console log
authornowmad@23.1.168.192.in-addr.arpa
Thu, 17 Dec 2015 12:32:01 +0100
changeset 72 9a7ea5349882
parent 71 22d9719f1929
child 73 79a23f4911f9
clean console log
cms/app-client/app/components/visu-chrono.js
cms/app-client/app/controllers/application.js
--- a/cms/app-client/app/components/visu-chrono.js	Thu Dec 17 12:29:48 2015 +0100
+++ b/cms/app-client/app/components/visu-chrono.js	Thu Dec 17 12:32:01 2015 +0100
@@ -23,10 +23,6 @@
     $(document).mouseup(function () {
       isMouseDown = false;
     });
-
-    console.log('test: ', this);
-    console.log(this.get('route'));
-    console.log(this.get('router.queryParams'));
   },
   sendUpdate: function(){
     var dateQuery = $('.highlighted').map(function(index, elt) {
--- a/cms/app-client/app/controllers/application.js	Thu Dec 17 12:29:48 2015 +0100
+++ b/cms/app-client/app/controllers/application.js	Thu Dec 17 12:32:01 2015 +0100
@@ -16,7 +16,6 @@
     // var thematique = this.get('thematique');
 
     var sounds = this.get('model');
-    console.log("sounds filtered ? ", sounds);
 
     if (location) {
       sounds = sounds.filterBy('spatial', location);