remove debug logging in build.rs
This commit is contained in:
parent
bd267a6479
commit
923f1851ee
@ -736,7 +736,6 @@ fn main() {
|
||||
if let Some(regs) = &p.registers {
|
||||
for pin in p.pins {
|
||||
let key = (regs.kind, pin.signal);
|
||||
eprintln!("key: {:#?}", &key);
|
||||
if let Some(tr) = signals.get(&key) {
|
||||
let mut peri = format_ident!("{}", p.name);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user