2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 12:05:53 +00:00

Remove debug call

This commit is contained in:
Oliver Walters
2024-08-11 07:06:07 +00:00
parent c2bd613d36
commit e094f185b6

View File

@ -43,8 +43,6 @@ export function usePluginPanels({
enabled: pluginPanelsEnabled && !!targetModel,
queryKey: [targetModel, targetId],
queryFn: () => {
console.log('Fetching plugin panels:', targetModel, targetId);
return api
.get(apiUrl(ApiEndpoints.plugin_panel_list), {
params: {