diff --git a/server/http.go b/server/http.go index 945cfc7..456c21b 100644 --- a/server/http.go +++ b/server/http.go @@ -71,7 +71,6 @@ func init() { allowedCors[allowedOrigin] = true } } - fmt.Println(allowedCors) } func NewHTTPServer() error {