aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorFChannel <>2021-06-03 02:44:35 -0700
committerFChannel <>2021-06-03 02:44:35 -0700
commit41c63c0688475d5212ce2262b1be248bf438a9ad (patch)
tree3701d56b6a08ac16d44eb498a4b56c5dd91c06f4 /main.go
parentca748944398e0ebbc0f27446d5e41bd5e4aa3852 (diff)
cleaned up file names
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