Comment out log()
authorEddie Hung <eddie@fpgeh.com>
Fri, 28 Feb 2020 00:53:49 +0000 (16:53 -0800)
committerEddie Hung <eddie@fpgeh.com>
Fri, 28 Feb 2020 00:53:49 +0000 (16:53 -0800)
frontends/ast/simplify.cc

index 57107b76ac30936905f7b4c0cc687b1d88a7c5bc..132116a69390238c0be8e04ba369e9f818f8b41b 100644 (file)
@@ -1163,7 +1163,7 @@ bool AstNode::simplify(bool const_fold, bool at_zero, bool in_lvalue, int stage,
                                case AST_DPI_FUNCTION:
                                        //log("found child %s, %s\n", type2str(node->type).c_str(), node->str.c_str());
                                        if (str == node->str) {
-                                               log("add %s, type %s to scope\n", str.c_str(), type2str(node->type).c_str());
+                                               //log("add %s, type %s to scope\n", str.c_str(), type2str(node->type).c_str());
                                                current_scope[node->str] = node;
                                        }
                                        break;