mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -05:00
FIX: Remove console.log
This commit is contained in:
parent
255a5be015
commit
6d38640645
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue