From 94ed817897eb0ac7c9b62e9d738384806463a1a8 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Wed, 12 Jun 2019 19:11:26 -0400 Subject: [PATCH] Fix debug over-verbosity. --- src/verilog.l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/verilog.l b/src/verilog.l index d381615b3..79246cd90 100644 --- a/src/verilog.l +++ b/src/verilog.l @@ -988,7 +988,7 @@ void V3ParseImp::lexToken() { || token == yGLOBAL__LEX // Never put yID_* here; below symbol table resolution would break ) { - if (debugFlex()) { cout<<" lexToken: reading ahead to find possible strength"<=6) { cout<<" lexToken: reading ahead to find possible strength"<