Skip to content

Commit bca89b5

Browse files
remove fmt.print jsurl
1 parent ef886f7 commit bca89b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmd/root.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ var rootCmd = &cobra.Command{
7070
log.Fatalf("[!] Error collecting links from body: %v", err)
7171
}
7272

73-
for _, jsurl := range toParse {
74-
fmt.Println(jsurl)
75-
}
73+
// for _, jsurl := range toParse {
74+
// fmt.Println(jsurl)
75+
// }
7676

7777
// 3) 对所有收集到的链接进行二次请求
7878
parseResults, err := parser.ParseAll(toParse, threads)

0 commit comments

Comments
 (0)