less logs
All checks were successful
Build and Publish / BuildAndDeploy (push) Successful in 1m39s

This commit is contained in:
matst80
2024-11-10 00:47:13 +01:00
parent ee9f0e776f
commit 25ad953914

View File

@@ -62,7 +62,6 @@ func (a *App) Save() error {
}
if grain.GetLastChange() > a.storage.LastSaves[id] {
hasChanges = true
log.Printf("Saving grain %s\n", id)
err := a.storage.Store(id, grain)
if err != nil {
log.Printf("Error saving grain %s: %v\n", id, err)