chore: remove console again

This commit is contained in:
Hugo Häggmark
2025-12-08 06:55:10 +01:00
parent d8106adb63
commit c8908c5100
2 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -4677,4 +4677,4 @@
"count": 1
}
}
}
}
@@ -25,9 +25,6 @@ export function getAppPluginMetas(): AppPluginMetas {
export function getAppPluginMeta(id: string): AppPluginConfig | undefined {
if (!apps[id]) {
if (process.env.NODE_ENV !== 'test') {
console.error(`Plugin meta not found for plugin with id:${id}`);
}
return undefined;
}