clean console.log
authornowmad@nowmads-macbook-pro.local
Tue, 15 Dec 2015 17:23:11 +0100
changeset 57 36dc51dd60e9
parent 56 c4a022ba3fc3
child 58 6c03fafb6b62
clean console.log
cms/app-client/app/components/visu-langues.js
cms/app-client/app/router.js
--- a/cms/app-client/app/components/visu-langues.js	Tue Dec 15 17:22:55 2015 +0100
+++ b/cms/app-client/app/components/visu-langues.js	Tue Dec 15 17:23:11 2015 +0100
@@ -64,7 +64,6 @@
     });
 
     function selectHandler (){
-      console.log(data.getValue(tree.getSelection()[0].row, 0));
       _this.sendAction('action', data.getValue(tree.getSelection()[0].row, 0));
     }
 
--- a/cms/app-client/app/router.js	Tue Dec 15 17:22:55 2015 +0100
+++ b/cms/app-client/app/router.js	Tue Dec 15 17:23:11 2015 +0100
@@ -15,7 +15,6 @@
 
 Router.reopen({
   onUrlChange: function() {
-    console.log(this.get('url'));
   }.observes('currentPath')
 });