There was an error while loading. Please reload this page.
1 parent d3fc11b commit 3021caeCopy full SHA for 3021cae
packages/forest/src/forest.ts
@@ -26,7 +26,6 @@ function mergeStateCustomizer(obj: any, src: any) {
26
27
export function createForest(def: { trees: TreeDef[] }): Forest {
28
const treeDefs = def.trees;
29
- console.log(treeDefs);
30
31
if (treeDefs.length === 0) {
32
throw Error("Atleast one tree definition is required");
0 commit comments