chore: remove console error for now

This commit is contained in:
Hugo Häggmark
2025-12-08 06:08:58 +01:00
parent 49f891a24d
commit 535c9be2f7
@@ -25,7 +25,6 @@ export function getAppPluginMetas(): AppPluginMetas {
export function getAppPluginMeta(id: string): AppPluginConfig | undefined {
if (!apps[id]) {
console.error(`Plugin meta missing for plugin with id: ${id}`);
return undefined;
}