From 525ad4bdb6a7ef22a10409beed95542ff50726a0 Mon Sep 17 00:00:00 2001 From: Mark Moffat Date: Sat, 9 Nov 2019 15:50:31 +1030 Subject: [PATCH] Removing debugging in test helper --- test/helper.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/helper.js b/test/helper.js index c070901..6427436 100644 --- a/test/helper.js +++ b/test/helper.js @@ -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({