Removing debugging in test helper

master
Mark Moffat 2019-11-09 15:50:31 +10:30
parent 1bcd897d22
commit 525ad4bdb6
1 changed files with 0 additions and 2 deletions

View File

@ -53,8 +53,6 @@ const runBefore = async () => {
g.customers = await g.db.customers.find({}).toArray();
g.users = await g.db.users.find({}).toArray();
console.log('Users', g.users);
// Insert orders using product ID's
_(jsonData.orders).each(async (order) => {
order.orderProducts.push({