db: remove remaining storage.loadX calls

This commit is contained in:
Harvey Tindall
2023-06-25 20:18:40 +01:00
parent ea0598e507
commit e1c215b72e
4 changed files with 0 additions and 13 deletions

View File

@@ -100,7 +100,6 @@ func pwrMonitor(app *appContext, watcher *fsnotify.Watcher) {
app.debug.Printf("Error: %s", err)
return
}
app.storage.loadEmails()
uid := user.ID
if uid == "" {
app.err.Printf("Couldn't get user ID for user \"%s\"", pwr.Username)