ui: remove log

This commit is contained in:
Aaron Greenspan
2021-01-20 17:42:40 -07:00
committed by Aiden McClelland
parent c61c164c0f
commit 4fba3a1d75

View File

@@ -44,7 +44,6 @@ export class StartupAlertsNotifier {
}
needsAppsCheck (server: S9Server): boolean {
console.log('server', server)
return server.autoCheckUpdates && !this.checkedAppsForUpdates
}