remove debug print
This commit is contained in:
parent
b98f978ab5
commit
ee8bbd36a1
1 changed files with 0 additions and 2 deletions
|
@ -240,8 +240,6 @@ impl MatrixCellChain {
|
||||||
|
|
||||||
cell.set_node_id_keep_ios(node_id);
|
cell.set_node_id_keep_ios(node_id);
|
||||||
|
|
||||||
println!("PLACE: ({},{}) {:?}", x, y, cell);
|
|
||||||
|
|
||||||
matrix.place(x, y, cell);
|
matrix.place(x, y, cell);
|
||||||
|
|
||||||
let offs = link.dir.as_offs(pos.0);
|
let offs = link.dir.as_offs(pos.0);
|
||||||
|
|
Loading…
Reference in a new issue