Skip to content

Commit c4136b6

Browse files
committed
remove extra breakpoint
1 parent 01b03d0 commit c4136b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

intbot/core/integrations/pretalx.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ def fetch_pretalx_data(
5656
response = httpx.get(url, headers=headers)
5757

5858
if response.status_code != 200:
59-
breakpoint()
6059
raise Exception(f"Error {response.status_code}: {response.text}")
6160

6261
logger.info("Fetching data from %s, page %s", url, page)

0 commit comments

Comments
 (0)