diff options
Diffstat (limited to 'src/pin.rs')
| -rw-r--r-- | src/pin.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ impl Pin { static mut ID: usize = 0; unsafe { ID += 1; + // println!("Creating pin with id: {} and gate_id: {}", ID, gate_id); match kind { PinType::Undetermined => Pin { id: ID, |
