Skip to content

Commit

Permalink
removed print
Browse files Browse the repository at this point in the history
  • Loading branch information
0xERR0R committed Mar 7, 2020
1 parent 99eb123 commit 43fa811
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,6 @@ func NewConfig() Config {
log.Fatal("wrong file structure: ", err)
}

fmt.Print(cfg.Port)

return cfg
}

Expand Down

0 comments on commit 43fa811

Please sign in to comment.