xo-expression2: drop some debug
This commit is contained in:
parent
6ddee62183
commit
4c4daf79e3
1 changed files with 2 additions and 2 deletions
|
|
@ -88,7 +88,7 @@ namespace xo {
|
|||
DGlobalSymtab::upsert_variable(obj<AAllocator> mm,
|
||||
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
|
||||
// with the same name.
|
||||
|
|
@ -230,7 +230,7 @@ namespace xo {
|
|||
{
|
||||
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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue