remove 'console.log'
This commit is contained in:
parent
a7d87d1530
commit
1651c8c2e7
|
@ -111,7 +111,6 @@ export default Ember.Controller.extend({
|
||||||
|
|
||||||
@computed('q')
|
@computed('q')
|
||||||
showLikeCount(q) {
|
showLikeCount(q) {
|
||||||
console.log(q);
|
|
||||||
return q && q.indexOf("order:likes") > -1;
|
return q && q.indexOf("order:likes") > -1;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue