From 6d386406458dc4f15b0fbaa74f17ef51da723ff5 Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Fri, 4 Dec 2015 16:00:47 -0500 Subject: [PATCH] FIX: Remove console.log --- app/assets/javascripts/discourse/models/post-stream.js.es6 | 1 - 1 file changed, 1 deletion(-) 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;