chore: remove console again
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user