mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-14 00:19:16 +01:00
feat: remove excessing debug logging (#8701)
This debugger has been spamming me locally and I think this was forgotten during some development. Removing.
This commit is contained in:
parent
f92441fa50
commit
961501567c
@ -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,
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user