From a84835881537b188dfc12872799d5a9da4c95ecc Mon Sep 17 00:00:00 2001 From: Jos de Jong Date: Sun, 23 Aug 2020 18:11:52 +0200 Subject: [PATCH] Clean up console.log --- src/utils/arrayUtils.test.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/utils/arrayUtils.test.js b/src/utils/arrayUtils.test.js index 334b434..b6714fa 100644 --- a/src/utils/arrayUtils.test.js +++ b/src/utils/arrayUtils.test.js @@ -61,8 +61,6 @@ describe('arrayUtils', () => { { name: 'C', timestamp: 0 } ] - console.log('paths', getNestedPaths(json, true)) - assert.deepStrictEqual(getNestedPaths(json, true), [ [], ['location'],