# HG changeset patch # User nowmad@23.1.168.192.in-addr.arpa # Date 1450351921 -3600 # Node ID 9a7ea53498826ec18d49997b8899f8d7ba36c00b # Parent 22d9719f19290bb40ae723aa43d497f5d02268ea clean console log diff -r 22d9719f1929 -r 9a7ea5349882 cms/app-client/app/components/visu-chrono.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) { diff -r 22d9719f1929 -r 9a7ea5349882 cms/app-client/app/controllers/application.js --- 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);