From 7ef5c8866930a887d866c92301069e5719c4b11e Mon Sep 17 00:00:00 2001 From: FChannel <=> Date: Mon, 18 Jan 2021 12:06:41 -0800 Subject: removed test board from main --- main.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.go b/main.go index efc0b38..3fdc9d3 100644 --- a/main.go +++ b/main.go @@ -53,8 +53,6 @@ func main() { CreateNewBoardDB(db, *CreateNewActor("", GetConfigValue("instancename"), GetConfigValue("instancesummary"), authReq, false)) } - CreateNewBoardDB(db, *CreateNewActor("m", "me", "me so go go", authReq, false)) - // Allow access to public media folder fileServer := http.FileServer(http.Dir("./public")) http.Handle("/public/", http.StripPrefix("/public", neuter(fileServer))) -- cgit v1.2.3