FIX: Remove console.log

This commit is contained in:
Robin Ward 2015-12-04 16:00:47 -05:00
parent 255a5be015
commit 6d38640645

View file

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