xo-procedure: drop PrimitiveRegistry.install_aux() debug

This commit is contained in:
Roland Conybeare 2026-03-24 22:02:21 -04:00
commit b243f1613b

View file

@ -72,7 +72,7 @@ namespace xo {
static bool install_aux(InstallSink sink,
PrimitiveRepr * pm,
InstallFlags flags) {
scope log(XO_DEBUG(true));
scope log(XO_DEBUG(false));
if (flags != InstallFlags::f_none) {
log && log("create primitive", xtag("name", pm->name()));