diff options
Diffstat (limited to 'bin/oscp')
-rwxr-xr-x | bin/oscp | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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): |