Skip to content

Commit a948cae

Browse files
cleaned console logs
1 parent 734c012 commit a948cae

File tree

1 file changed

+0
-1
lines changed
  • app/src/components/StateManagement/DisplayTab

1 file changed

+0
-1
lines changed

app/src/components/StateManagement/DisplayTab/Tree.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ function Tree({ data, currComponentState, setCurrComponentState, parentProps, se
2020
// we save data to see if it changed
2121
const previouslyRenderedData = usePrevious(data);
2222
// function to filter out separators to prevent render on tree chart
23-
console.log({data});
2423
const removeHTMLElements = (arr: object[]) => {
2524
for(let i = 0; i < arr.length; i++) {
2625
if(arr[i] === undefined) continue;

0 commit comments

Comments
 (0)