Disable debug/verbose flag before routing
This commit is contained in:
parent
c67f1091ca
commit
4619b2d82f
@ -767,8 +767,6 @@ bool Arch::place() { return placer1(getCtx(), Placer1Cfg(getCtx())); }
|
||||
|
||||
bool Arch::route()
|
||||
{
|
||||
getCtx()->debug = true;
|
||||
getCtx()->verbose = true;
|
||||
return router1(getCtx(), Router1Cfg(getCtx()));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user