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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 3 deletions

View File

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