Skip to content

Commit

Permalink
Merge pull request #64 from digininja/master
Browse files Browse the repository at this point in the history
removing debug
  • Loading branch information
darkoperator committed May 1, 2017
2 parents 3e3ad81 + 67226dc commit c967398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dnsrecon.py
Original file line number Diff line number Diff line change
Expand Up @@ -1432,7 +1432,7 @@ def main():
output_file = arguments.xml

if arguments.dictionary:
print(arguments.dictionary)
# print(arguments.dictionary)
if os.path.isfile(arguments.dictionary.strip()):
dict = arguments.dictionary.strip()
else:
Expand Down

0 comments on commit c967398

Please sign in to comment.