From: Eddie Hung Date: Fri, 28 Feb 2020 00:53:49 +0000 (-0800) Subject: Comment out log() X-Git-Tag: working-ls180~784 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=825b96fdcffedec02b4eaaa5f9c4aee5bfc6942a;p=yosys.git Comment out log() --- diff --git a/frontends/ast/simplify.cc b/frontends/ast/simplify.cc index 57107b76a..132116a69 100644 --- a/frontends/ast/simplify.cc +++ b/frontends/ast/simplify.cc @@ -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;