xo-expression2: drop some debug

This commit is contained in:
Roland Conybeare 2026-03-12 20:39:34 -05:00
commit 48b010924d

View file

@ -88,7 +88,7 @@ namespace xo {
DGlobalSymtab::upsert_variable(obj<AAllocator> mm, DGlobalSymtab::upsert_variable(obj<AAllocator> mm,
DVariable * var) DVariable * var)
{ {
scope log(XO_DEBUG(true), std::string_view(*var->name())); scope log(XO_DEBUG(false), std::string_view(*var->name()));
// It's possible there's already a global variable // It's possible there's already a global variable
// with the same name. // with the same name.
@ -230,7 +230,7 @@ namespace xo {
{ {
assert(sym); assert(sym);
scope log(XO_DEBUG(true), std::string_view(*sym)); scope log(XO_DEBUG(false), std::string_view(*sym));
auto ix = var_map_->find(sym); auto ix = var_map_->find(sym);