summaryrefslogtreecommitdiffstats
path: root/bin/oscp
diff options
context:
space:
mode:
Diffstat (limited to 'bin/oscp')
-rwxr-xr-xbin/oscp1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/oscp b/bin/oscp
index 385e36732..a139ef38e 100755
--- a/bin/oscp
+++ b/bin/oscp
@@ -95,7 +95,6 @@ class Oscp(object):
elif "." in self.host:
self.host, self.env = self.host.split(".")
else:
- print "HERE"
self.env = None
def get_hosts(self, cache_only=False):