Skip to content

Commit

Permalink
fix: remove noise (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
raffis authored Apr 9, 2024
1 parent 6742e74 commit d7e5f7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ func main() {

logger, err := buildLogger()
must(err)
fmt.Printf("%#v", config)
if len(flag.Args()) > 0 {
config.URL = flag.Args()
}
Expand Down

0 comments on commit d7e5f7a

Please sign in to comment.