Skip to content

Commit

Permalink
fix: error with breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
acostapazo committed Aug 10, 2023
1 parent 15ac81b commit cb7d345
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions alice/onboarding/onboarding_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1044,9 +1044,6 @@ def create_report(
response = self.session.get(
f"{self.url}/user/report", headers=headers, timeout=self.timeout
)
import pdb

pdb.set_trace()
except requests.exceptions.Timeout:
return Failure(OnboardingError.timeout(operation="create_report"))

Expand Down

0 comments on commit cb7d345

Please sign in to comment.