diff --git a/src/chain_builder.rs b/src/chain_builder.rs index 1d541a1..c608210 100644 --- a/src/chain_builder.rs +++ b/src/chain_builder.rs @@ -240,8 +240,6 @@ impl MatrixCellChain { cell.set_node_id_keep_ios(node_id); - println!("PLACE: ({},{}) {:?}", x, y, cell); - matrix.place(x, y, cell); let offs = link.dir.as_offs(pos.0);