2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-18 10:46:31 +00:00

Remove debug message (#10040)

This commit is contained in:
Oliver
2025-07-18 07:17:43 +10:00
committed by GitHub
parent a9c8c47e60
commit 476fcc676a

View File

@@ -160,9 +160,6 @@ function BasePanelGroup({
}); });
} }
console.log('_allPanels:', _allpanels);
console.log('_groupedPanels:', _grouped_panels);
return [_allpanels, _grouped_panels]; return [_allpanels, _grouped_panels];
}, [groups, panels, pluginPanelSet]); }, [groups, panels, pluginPanelSet]);