Skip to content

Commit

Permalink
Mistakes were made
Browse files Browse the repository at this point in the history
  • Loading branch information
mikelsr committed May 28, 2020
1 parent 544eda5 commit 7147f9e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions toad_influx_query/influx.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ def __init__(self, topic: str, payload: dict):
err = self.parse()
if err != "":
raise QueryParseException(err)
print("\n\n--\n\n")
print(topic)
print(data)
print(self.__str__())
print("\n\n--\n\n")

def parse(self) -> str:
"""
Expand Down

0 comments on commit 7147f9e

Please sign in to comment.