get rid of a stray debug print

This commit is contained in:
Paul Kehrer
2013-05-30 11:37:37 -05:00
parent f0fe3a468d
commit 811bd30f62

View File

@@ -133,7 +133,6 @@ class Connection(object):
def get_secret_by_id(self, secret_id):
href = "{0}/{1}/{2}".format(self._tenant, self.SECRETS_PATH, secret_id)
print href
return self.get_secret(href)
def get_secret(self, href):