aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorFChannel <=>2021-01-28 00:27:36 -0800
committerFChannel <=>2021-01-28 00:27:36 -0800
commitfaee9db270a22a42e45210529c7998dcede0087b (patch)
tree4b3c90b197f8a784e8ce3c57e6e57d4b423e83e8 /main.go
parentc171ea82b48f9b2f5c9b8132755e4fb8545290d9 (diff)
added red board layout
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)