Skip to content

Commit

Permalink
Merge pull request #2 from netresearch/fix/warnings
Browse files Browse the repository at this point in the history
fix: remove debug print for flag parsing
  • Loading branch information
TheDevMinerTV authored Jul 13, 2023
2 parents 7c56765 + cb0430a commit fb8bb91
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 fb8bb91

Please sign in to comment.