Remove debug lines

prototype-json-context-docs
Simon Willison 2023-04-26 22:07:05 -07:00
rodzic 026429fadd
commit a706f34b92
1 zmienionych plików z 0 dodań i 6 usunięć

Wyświetl plik

@ -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?