From 4fba3a1d75d72afddcab6990113700df8b105951 Mon Sep 17 00:00:00 2001 From: Aaron Greenspan Date: Wed, 20 Jan 2021 17:42:40 -0700 Subject: [PATCH] ui: remove log --- ui/src/app/services/startup-alerts.notifier.ts | 1 - 1 file changed, 1 deletion(-) 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 }