diff --git a/lib/rocrate.js b/lib/rocrate.js index dc1e5c5..b5b631c 100644 --- a/lib/rocrate.js +++ b/lib/rocrate.js @@ -494,7 +494,7 @@ class ROCrate { const newVals = []; for (let val of this.utils.asArray(item[prop])) { newVals.push(this.getNormalizedTree(val, depth - 1)); - console.log(newVals); + //console.log(newVals); } newItem[prop] = newVals; } @@ -825,4 +825,4 @@ class ROCrate { -module.exports = ROCrate; \ No newline at end of file +module.exports = ROCrate;