mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08: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…
Add table
Add a link
Reference in a new issue