diff --git a/ui/src/app/services/startup-alerts.notifier.ts b/ui/src/app/services/startup-alerts.notifier.ts index ed274f4fa..470d02dc0 100644 --- a/ui/src/app/services/startup-alerts.notifier.ts +++ b/ui/src/app/services/startup-alerts.notifier.ts @@ -44,7 +44,6 @@ export class StartupAlertsNotifier { } needsAppsCheck (server: S9Server): boolean { - console.log('server', server) return server.autoCheckUpdates && !this.checkedAppsForUpdates }