Clean up console.log

This commit is contained in:
Jos de Jong 2020-08-23 18:11:52 +02:00
parent ec581ad674
commit a848358815
1 changed files with 0 additions and 2 deletions

View File

@ -61,8 +61,6 @@ describe('arrayUtils', () => {
{ name: 'C', timestamp: 0 }
]
console.log('paths', getNestedPaths(json, true))
assert.deepStrictEqual(getNestedPaths(json, true), [
[],
['location'],