diff --git a/wwwroot/connecthost.xterm b/wwwroot/connecthost.xterm index d586c9f..2191db4 100644 --- a/wwwroot/connecthost.xterm +++ b/wwwroot/connecthost.xterm @@ -6,7 +6,6 @@ where a.id= ${id}$ and a.ownerid = ${ownerid}$ """ recs = await sor.sqlExe(sql,ns.copy()) - debug(f'{recs[0]=}') if len(recs) > 0: r = recs[0] r.username = r.user