mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-30 10:58:31 -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) {
|
appending(postIds) {
|
||||||
console.log('appending');
|
|
||||||
const l = this.get('length');
|
const l = this.get('length');
|
||||||
this.arrayContentWillChange(l, 0, postIds.length);
|
this.arrayContentWillChange(l, 0, postIds.length);
|
||||||
const appendingIds = this._appendingIds;
|
const appendingIds = this._appendingIds;
|
||||||
|
|
Loading…
Reference in a new issue