xo-expression2: drop some debug
This commit is contained in:
parent
2713b82159
commit
48b010924d
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue