[mlir] [NFC] Remove stray debug statement (#166696)

Co-authored-by: Jeremy Kun <j2kun@users.noreply.github.com>
This commit is contained in:
Jeremy Kun 2025-11-05 22:32:51 -08:00 committed by GitHub
parent 556dd019eb
commit 6986f125c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -328,7 +328,6 @@ static bool traverseRegionGraph(Region *begin,
<< nextRegion->getRegionNumber() << ", returning true";
return true;
}
llvm::dbgs() << "Region: " << nextRegion << "\n";
if (!nextRegion->getParentOp()) {
llvm::errs() << "Region " << *nextRegion << " has no parent op\n";
return false;