diff --git a/src/V3Gate.cpp b/src/V3Gate.cpp index 3b62f0e73..a974730cf 100644 --- a/src/V3Gate.cpp +++ b/src/V3Gate.cpp @@ -1181,7 +1181,7 @@ private: GateLogicVertex* consumeVertexp = dynamic_cast(outedgep->top()); AstNode* consumerp = consumeVertexp->nodep(); - m_graphp->dumpDotFilePrefixed("gate_preelim"); + // if (debug() >= 9) m_graphp->dumpDotFilePrefixed("gate_preelim"); UINFO(9, "elim src vtx" << lvertexp << " node " << lvertexp->nodep() << endl); UINFO(9,