diff --git a/src/hdlParser/core.ts b/src/hdlParser/core.ts index 441f827..8e57d7b 100644 --- a/src/hdlParser/core.ts +++ b/src/hdlParser/core.ts @@ -525,10 +525,6 @@ class HdlModule { } public makeNameToInstances() { - if (this.name === 'u_reg_cfg') { - console.log('[u_reg_cfg debug]'); - console.log(this.rawInstances); - } if (this.rawInstances !== undefined) { this.nameToInstances.clear(); for (const inst of this.rawInstances) {