aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.go b/main.go
index fef65df..40428d2 100644
--- a/main.go
+++ b/main.go
@@ -147,7 +147,6 @@ func main() {
if method == "GET" {
GetActorOutbox(w, r, db)
} else if method == "POST" {
- fmt.Println("parsing outbox req")
ParseOutboxRequest(w, r, db)
} else {
w.WriteHeader(http.StatusForbidden)