Mercurial > hg > cc > cirrus_work
changeset 368:7071d450acde plus
remove debug prints
| author | Henry S. Thompson <ht@inf.ed.ac.uk> |
|---|---|
| date | Fri, 10 Apr 2026 16:01:33 +0100 |
| parents | 4bae5b876418 |
| children | 710aca6b07e4 |
| files | lib/python/cc/lmh/cdb_one.py |
| diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lib/python/cc/lmh/cdb_one.py Fri Apr 10 16:00:51 2026 +0100 +++ b/lib/python/cc/lmh/cdb_one.py Fri Apr 10 16:01:33 2026 +0100 @@ -52,7 +52,6 @@ raise ValueError(l) N += 1 seg = int(segb) - #print(seg, kind, offsetb, fnob,file=sys.stderr) if (seg >= S and seg <= E): M += 1 shrink_key.set_sd_from_bytes(kind) @@ -70,9 +69,6 @@ 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)
