Mercurial > hg > cc > cirrus_work
changeset 329:d060e49285e2 trim
comment-out debugging lines
| author | Henry S. Thompson <ht@inf.ed.ac.uk> |
|---|---|
| date | Tue, 27 Jan 2026 13:32:13 +0000 |
| parents | 429125596c68 |
| children | c8a575d35fa1 |
| files | lib/python/cc/lmh/cdb_one.py |
| diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lib/python/cc/lmh/cdb_one.py Tue Jan 27 13:29:50 2026 +0000 +++ b/lib/python/cc/lmh/cdb_one.py Tue Jan 27 13:32:13 2026 +0000 @@ -77,6 +77,9 @@ continue elif res == 0: pass +# (idxk,_) = l.split(b' ',1) +# print(nd+uri[4:],idxk,file=sys.stderr) +# continue else: raise ValueError((res,l)) cdx_out.write(l)
