🔇 Remove unnecessary console logs

This commit is contained in:
ajnart
2023-11-07 17:06:38 +01:00
parent 7f851fdd10
commit 3c4f5efa05
2 changed files with 0 additions and 3 deletions

View File

@@ -41,8 +41,6 @@ export const getFrontendConfig = async (name: string): Promise<ConfigType> => {
);
}
Consola.info(`Requested frontend content of configuration '${name}'`);
// If not, return the config
const someAppsWithoutProps = config.apps.filter(
(app) =>
app.integration?.properties.some(