Skip to content

Commit

Permalink
Merge pull request #39 from DanielcoderX/main
Browse files Browse the repository at this point in the history
Cleared debug information && Enhanced CLI
  • Loading branch information
DanielcoderX authored Sep 7, 2023
2 parents 9138990 + b30ba13 commit c706fbc
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 c706fbc

Please sign in to comment.