remove console.log

This commit is contained in:
Robin Ward 2013-07-23 17:55:52 -04:00
parent 284b32967b
commit 75491d2cf6
1 changed files with 0 additions and 1 deletions

View File

@ -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');