diff options
| author | demo <demo@antix1> | 2026-06-12 11:08:13 -0400 |
|---|---|---|
| committer | demo <demo@antix1> | 2026-06-12 11:08:13 -0400 |
| commit | 2d50328d3a6e901ff738242b5bff0852ae9b5903 (patch) | |
| tree | a31dac8e383b2777bae4274383b88a1e26447afc | |
| parent | 99bdb743b10cfbe746e845967ebbd4de06a9c49a (diff) | |
chore: get rid of URL print
| -rw-r--r-- | main.go | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -86,7 +86,6 @@ func main() { return err } - fmt.Printf("URL: %s\n", &u) classic(u, cmd.Int("concurrency"), cmd.Int("maxurls"), cmd.Int("depth")) return nil } @@ -97,7 +96,6 @@ func main() { return err } - fmt.Printf("URL: %s\n", &u) classic(u, cmd.Int("concurrency"), cmd.Int("maxurls"), cmd.Int("depth")) return nil } |
