mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 11:58:27 +00:00
remove 'console.log'
This commit is contained in:
parent
a7d87d1530
commit
1651c8c2e7
@ -111,7 +111,6 @@ export default Ember.Controller.extend({
|
||||
|
||||
@computed('q')
|
||||
showLikeCount(q) {
|
||||
console.log(q);
|
||||
return q && q.indexOf("order:likes") > -1;
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user