Skip to content

Commit

Permalink
Stop logging vars.
Browse files Browse the repository at this point in the history
Signed-off-by: ÁÑÑÍHÌLÅTØR SPÄRK <[email protected]>
  • Loading branch information
annihilatorrrr authored Nov 29, 2024
1 parent 80957db commit 5c86b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ func main() {
c := readEnv()
log.Println("Monitoring services ...")

c.PrintEnv()
// c.PrintEnv()

if c.Port != 0 {
log.Printf("Listening on host: %s\n", c.ListenHost())
Expand Down

0 comments on commit 5c86b49

Please sign in to comment.