diff --git a/app/assets/javascripts/discourse/models/post-stream.js.es6 b/app/assets/javascripts/discourse/models/post-stream.js.es6 index 8ee3893b1..3cbd3d738 100644 --- a/app/assets/javascripts/discourse/models/post-stream.js.es6 +++ b/app/assets/javascripts/discourse/models/post-stream.js.es6 @@ -66,7 +66,6 @@ const PostsWithPlaceholders = Ember.Object.extend(Ember.Array, { }, appending(postIds) { - console.log('appending'); const l = this.get('length'); this.arrayContentWillChange(l, 0, postIds.length); const appendingIds = this._appendingIds;