From e10ff91f10025f89b22fd97b68c913fba417e7e4 Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Wed, 16 Aug 2017 06:48:51 -0700 Subject: [PATCH] Save is redundant --- handlers.go | 1 - 1 file changed, 1 deletion(-) 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 }