Skip to content

Commit 3021cae

Browse files
committed
removed console.log
1 parent d3fc11b commit 3021cae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎packages/forest/src/forest.ts‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ function mergeStateCustomizer(obj: any, src: any) {
2626

2727
export function createForest(def: { trees: TreeDef[] }): Forest {
2828
const treeDefs = def.trees;
29-
console.log(treeDefs);
3029

3130
if (treeDefs.length === 0) {
3231
throw Error("Atleast one tree definition is required");

0 commit comments

Comments
 (0)