Skip to content

Commit

Permalink
fix: remove debug print for flag parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDevMinerTV committed Jul 13, 2023
1 parent 7c56765 commit cb0430a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/options/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ func envStringOrDefault(name, d string) string {
return v
}

log.Printf("dbg: setting flag \"%s\" to default value \"%s\"", name, d)

return d
}

Expand Down

0 comments on commit cb0430a

Please sign in to comment.