remove console.log
This commit is contained in:
parent
284b32967b
commit
75491d2cf6
|
@ -34,7 +34,6 @@ Discourse.UserStreamView = Ember.CollectionView.extend(Discourse.Scrolling, {
|
||||||
},
|
},
|
||||||
|
|
||||||
didInsertElement: function() {
|
didInsertElement: function() {
|
||||||
console.log(this.get('content'));
|
|
||||||
this.bindScrolling();
|
this.bindScrolling();
|
||||||
|
|
||||||
var eyeline = new Discourse.Eyeline('#user-stream .item');
|
var eyeline = new Discourse.Eyeline('#user-stream .item');
|
||||||
|
|
Loading…
Reference in New Issue