comment out spammy debug message

This commit is contained in:
Lofty 2026-02-04 17:04:58 +00:00
parent 0a763dd799
commit a72a593740
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ struct BitstreamBackend
IdString resource = IdString(extra_data.resource);
if (resource != IdString()) {
auto n = ctx->getPipName(pip);
printf("PASS %s %s -> %s\n", n[0].c_str(ctx), n[2].c_str(ctx), n[1].c_str(ctx));
// printf("PASS %s %s -> %s\n", n[0].c_str(ctx), n[2].c_str(ctx), n[1].c_str(ctx));
}
}
if (extra_data.type == PipExtra::PIP_EXTRA_MUX && (extra_data.flags & MUX_VISIBLE)) {