chore: remove print http UserAgent

This commit is contained in:
Oskar 2021-10-21 12:37:21 +02:00 committed by GitHub
parent 593dc62615
commit 1b938d0496
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ type cmdOpts struct {
func main() {
log.Info("You're using verion: ", config.Version)
log.Info(config.UserAgent)
var wg sync.WaitGroup