diff --git a/handlers.go b/handlers.go index 5cd1dc7..082d565 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 }