remove debug print

This commit is contained in:
Maxi Quoß
2023-01-28 13:31:47 +01:00
parent b43cd7fe99
commit abf8b8114f
2 changed files with 0 additions and 1 deletions

View File

@@ -88,7 +88,6 @@ func StartPocketBase() {
}
go cronjobs.RunPing(App)
} else if e.Model.TableName() == "devices" {
logger.Debug.Println(e.Model)
refreshDeviceList()
for _, job := range cronjobs.CronWakeShutdown.Entries() {
cronjobs.CronWakeShutdown.Remove(job.ID)

0
frontend/.husky/pre-commit Normal file → Executable file
View File