Remove debug lines

This commit is contained in:
Simon Willison 2023-04-26 22:07:05 -07:00
commit a706f34b92

View file

@ -975,12 +975,6 @@ async def query_view(
response = Response.json(output)
assert False
import pdb
pdb.set_trace()
if isinstance(output, dict) and output.get("ok") is False:
# TODO: Other error codes?