Skip to content

Commit b36f7bf

Browse files
committed
Remove debugging code
1 parent 7a21f46 commit b36f7bf

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

singlestoredb/functions/ext/asgi.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,6 @@ async def __call__(
710710
func_info['colspec'], b''.join(data),
711711
),
712712
)
713-
print(func_info, *out)
714713
body = output_handler['dump'](
715714
[x[1] for x in func_info['returns']], *out, # type: ignore
716715
)

0 commit comments

Comments
 (0)