Skip to content

Commit 49210bf

Browse files
committed
Remove debug print statements
2 parents 649eda1 + d47766a commit 49210bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

reconnoitre/file_helper.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ def load_targets(target_hosts, output_directory, quiet):
1919
else:
2020
return output_directory + "/targets.txt"
2121

22+
2223
def expand_targets(target_hosts, output_directory):
2324
parts = target_hosts.split(".")
2425
target_list= []

0 commit comments

Comments
 (0)