Skip to content

Commit

Permalink
fix(response): remove deprecated debug outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiSchwarz-cnic committed Mar 6, 2019
1 parent 3608039 commit 70dbe7e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions hexonet/apiconnector/response.py
Expand Up @@ -36,9 +36,6 @@ def __init__(self, raw, cmd=None):
self.__records = []

h = self.getHash()
print(raw)
print(self.getPlain())
print(self.__columnkeys)
if ("PROPERTY" in h):
colKeys = h["PROPERTY"].keys()
count = 0
Expand Down

0 comments on commit 70dbe7e

Please sign in to comment.