aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/main.go b/main.go
index da39b5e..aa0764c 100644
--- a/main.go
+++ b/main.go
@@ -853,10 +853,6 @@ func main() {
SetObjectAndReplies(db, id, "Removed")
}
- if IsIDLocal(db, id){
- DeleteObjectRequest(db, id)
- }
-
if(manage == "t"){
http.Redirect(w, r, "/" + *Key + "/" + board , http.StatusSeeOther)
return