diff --git a/handlers.go b/handlers.go index 89dcf18..4da17b6 100755 --- a/handlers.go +++ b/handlers.go @@ -281,7 +281,6 @@ func handlePageUpdate(c *gin.Context) { if json.IsPrimed { p.IsPrimedForSelfDestruct = true } - p.Save() message = "Saved" success = true }