mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Remove debug lines
This commit is contained in:
parent
026429fadd
commit
a706f34b92
1 changed files with 0 additions and 6 deletions
|
|
@ -975,12 +975,6 @@ async def query_view(
|
||||||
|
|
||||||
response = Response.json(output)
|
response = Response.json(output)
|
||||||
|
|
||||||
assert False
|
|
||||||
|
|
||||||
import pdb
|
|
||||||
|
|
||||||
pdb.set_trace()
|
|
||||||
|
|
||||||
if isinstance(output, dict) and output.get("ok") is False:
|
if isinstance(output, dict) and output.get("ok") is False:
|
||||||
# TODO: Other error codes?
|
# TODO: Other error codes?
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue