Save is redundant

This commit is contained in:
Zack Scholl 2017-08-16 06:48:51 -07:00
parent bb9d95620c
commit e10ff91f10
1 changed files with 0 additions and 1 deletions

View File

@ -281,7 +281,6 @@ func handlePageUpdate(c *gin.Context) {
if json.IsPrimed {
p.IsPrimedForSelfDestruct = true
}
p.Save()
message = "Saved"
success = true
}