mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Removed errant console.log
This commit is contained in:
parent
03defc274e
commit
80c6f93b21
1 changed files with 0 additions and 4 deletions
|
@ -86,8 +86,6 @@ export default function mockMembers(server) {
|
|||
]
|
||||
});
|
||||
|
||||
console.log(nqlFilter.toJSON());
|
||||
|
||||
collection = collection.filter((member) => {
|
||||
const serializedMember = {};
|
||||
|
||||
|
@ -107,8 +105,6 @@ export default function mockMembers(server) {
|
|||
serializedMember.labels.push(serializedLabel);
|
||||
});
|
||||
|
||||
console.log({serializedMember});
|
||||
|
||||
return nqlFilter.queryJSON(serializedMember);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue