remove 'console.log'

This commit is contained in:
Régis Hanol 2015-11-10 16:30:39 +01:00
parent a7d87d1530
commit 1651c8c2e7
1 changed files with 0 additions and 1 deletions

View File

@ -111,7 +111,6 @@ export default Ember.Controller.extend({
@computed('q')
showLikeCount(q) {
console.log(q);
return q && q.indexOf("order:likes") > -1;
},