We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a21f46 commit b36f7bfCopy full SHA for b36f7bf
1 file changed
singlestoredb/functions/ext/asgi.py
@@ -710,7 +710,6 @@ async def __call__(
710
func_info['colspec'], b''.join(data),
711
),
712
)
713
- print(func_info, *out)
714
body = output_handler['dump'](
715
[x[1] for x in func_info['returns']], *out, # type: ignore
716
0 commit comments