Skip to content

Commit

Permalink
remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
scefali committed Aug 18, 2024
1 parent febb735 commit bacdd59
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/sentry/sentry_apps/services/hook/impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,6 @@ def create_service_hook(
installation_id=installation_id,
url=url,
)
print(
"Service hook rpc: added hook for organization",
organization_id,
"and application",
application_id,
)
if project_ids:
for project_id in project_ids:
hook.add_project(project_id)
Expand Down

0 comments on commit bacdd59

Please sign in to comment.