mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Remove debug call
This commit is contained in:
parent
c2bd613d36
commit
e094f185b6
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user