From: Jérémy Fabre Date: Mon, 26 Sep 2016 16:30:44 +0000 (+0200) Subject: Remove js debug X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=fbf003b49d331ed1bc36f83143c471917efcca30;p=mezzo.git Remove js debug --- diff --git a/app/static/src/js/modules/role-selector.js b/app/static/src/js/modules/role-selector.js index ba3af956..1e9f29a2 100644 --- a/app/static/src/js/modules/role-selector.js +++ b/app/static/src/js/modules/role-selector.js @@ -15,9 +15,6 @@ RoleSelector.prototype.init = function() { that.$element = $('.role-switcher'); - console.log('init la'); - - console.log(that.$element.find('li:first-child a').text()); that.$element.find('li:first-child a').click(function(e) { e.preventDefault();