Skip to content

Commit

Permalink
prune redundant print
Browse files Browse the repository at this point in the history
  • Loading branch information
qrkourier committed Sep 12, 2024
1 parent 60c4005 commit 798b916
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zhook.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,6 @@ def dumpJson(self):
# Post the webhook over Ziti
headers = {'Content-Type': 'application/json'}
data = mwb.dumpJson()
print(f"{data}")

with openziti.monkeypatch():
try:
Expand Down

0 comments on commit 798b916

Please sign in to comment.