remove debug print

This commit is contained in:
Weird Constructor 2022-07-24 08:14:25 +02:00
parent b98f978ab5
commit ee8bbd36a1

View file

@ -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);