xo-numeric: cosmetic: drop debug

This commit is contained in:
Roland Conybeare 2026-03-24 22:16:24 -04:00
commit 6bd5d31d86

View file

@ -99,7 +99,7 @@ namespace xo {
obj<AAllocator> mm = rcx.allocator();
StringTable * stbl = rcx.stringtable();
scope log(XO_DEBUG(true));
scope log(XO_DEBUG(false));
bool ok = true;