From 986112a2075140bc06c0d6a2d29f6242279e71b6 Mon Sep 17 00:00:00 2001 From: Matt <36310667+NotoriousRebel@users.noreply.github.com> Date: Tue, 20 Nov 2018 13:01:26 -0500 Subject: [PATCH] Update theHarvester.py Removed debug print statements. --- theHarvester.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/theHarvester.py b/theHarvester.py index 0d3de61b..37ced754 100644 --- a/theHarvester.py +++ b/theHarvester.py @@ -6,9 +6,7 @@ import getopt import stash import time -print(sys.executable) -print(os.getcwd) -print(sys.path) + try: import requests except: