We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b30f8d commit e1cf67cCopy full SHA for e1cf67c
sentry_sdk/integrations/asyncpg.py
@@ -80,7 +80,6 @@ async def _inner(*args: Any, **kwargs: Any) -> T:
80
res = await f(*args, **kwargs)
81
82
with capture_internal_exceptions():
83
- print("ADDING QUERY SOURCE")
84
add_query_source(span)
85
86
return res
0 commit comments