diff --git a/xc7/arch.cc b/xc7/arch.cc index 65c8bee1..1dffcb9d 100644 --- a/xc7/arch.cc +++ b/xc7/arch.cc @@ -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())); }