Skip to content

Commit

Permalink
forget to clean debug information
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielcoderX authored Sep 7, 2023
1 parent d6ad29c commit b30ba13
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/cli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ func main() {
}

// Run the server with the loaded configuration
fmt.Printf("Config: %+v\n", config)
err = core.RunServer(config, true)
if err != nil {
logger.Fatal("", err)
Expand Down

0 comments on commit b30ba13

Please sign in to comment.