mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Remove console.log
This commit is contained in:
parent
255a5be015
commit
6d38640645
@ -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 New Issue
Block a user