From 1505751e7846266285c0c517b8cb85cee17c6a5c Mon Sep 17 00:00:00 2001 From: Kenny Woodson Date: Thu, 12 Feb 2015 09:50:18 -0500 Subject: Cleanup before PR approval. --- bin/ansibleutil.py | 1 - bin/oscp | 1 - 2 files changed, 2 deletions(-) (limited to 'bin') diff --git a/bin/ansibleutil.py b/bin/ansibleutil.py index 07e41b42c..b9f37726e 100644 --- a/bin/ansibleutil.py +++ b/bin/ansibleutil.py @@ -5,7 +5,6 @@ import sys import os import json import re -import collections class AnsibleUtil(object): def __init__(self): 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): -- cgit v1.2.3