Update theHarvester.py

Removed debug print statements.
This commit is contained in:
Matt 2018-11-20 13:01:26 -05:00 committed by GitHub
parent 157ff0dc69
commit 986112a207
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,9 +6,7 @@
import getopt
import stash
import time
print(sys.executable)
print(os.getcwd)
print(sys.path)
try:
import requests
except: