Skip to content

Commit 196ccc0

Browse files
committed
removed comment
1 parent e401e3b commit 196ccc0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,6 @@ func deleteProject(w http.ResponseWriter, r *http.Request) {
273273
return
274274
}
275275

276-
// Then delete the project
277276
stmt, err = db.Prepare("DELETE FROM ics_subscriptions WHERE project_id = ?")
278277
if err != nil {
279278
http.Error(w, err.Error(), http.StatusInternalServerError)

0 commit comments

Comments
 (0)