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'],