mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
remove console.log
This commit is contained in:
@@ -34,7 +34,6 @@ Discourse.UserStreamView = Ember.CollectionView.extend(Discourse.Scrolling, {
|
||||
},
|
||||
|
||||
didInsertElement: function() {
|
||||
console.log(this.get('content'));
|
||||
this.bindScrolling();
|
||||
|
||||
var eyeline = new Discourse.Eyeline('#user-stream .item');
|
||||
|
||||
Reference in New Issue
Block a user