Skip to content

Commit

Permalink
Remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
dlopes7 committed Mar 25, 2021
1 parent 634f9f4 commit c6aae9f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions dynatrace/event.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ def __init__(
super().__init__(http_client, None, raw_element)

def post(self):
import json

print(json.dumps(self._raw_element))

return self._http_client.make_request(f"/api/v1/events", params=self._raw_element, method="POST")


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="dtapi",
version="1.0.19",
version="1.0.20",
packages=find_packages(),
install_requires=["requests>=2.21"],
python_requires=">=3.6",
Expand Down

0 comments on commit c6aae9f

Please sign in to comment.