Removed rogue pdb.set_trace() I left in

Mistake made in 0eeb8393ca
This commit is contained in:
Simon Willison 2023-08-20 23:04:52 -07:00
parent b92c940e30
commit 85e18389b5

View file

@ -258,9 +258,6 @@ def prompt(
else:
print(response.text())
except Exception as ex:
import pdb
pdb.set_trace()
raise click.ClickException(str(ex))
# Log to the database