Skip to content

Commit

Permalink
feat: remove excessing debug logging (#8701)
Browse files Browse the repository at this point in the history
This debugger has been spamming me locally and I think this was
forgotten during some development. Removing.
  • Loading branch information
sjaanus authored Nov 8, 2024
1 parent f92441f commit 9615015
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/features/maintenance/maintenance-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ export default class MaintenanceService implements IMaintenanceStatus {
}

async getMaintenanceSetting(): Promise<MaintenanceSchema> {
this.logger.debug('getMaintenanceSetting called');
return this.settingService.getWithDefault(maintenanceSettingsKey, {
enabled: false,
});
Expand Down

0 comments on commit 9615015

Please sign in to comment.