abc9_ops: Remove temporary debug log message

I missed this when adding the -replace_zbufs option.
This commit is contained in:
Jannis Harder 2025-09-23 14:38:15 +02:00
parent 99a23c777c
commit 904d49c6d8
1 changed files with 0 additions and 1 deletions

View File

@ -1600,7 +1600,6 @@ static void replace_zbufs(Design *design)
sig[i] = w; sig[i] = w;
} }
} }
log("XXX %s -> %s\n", log_signal(cell->getPort(ID::A)), log_signal(sig));
cell->setPort(ID::A, sig); cell->setPort(ID::A, sig);
} }