fifteen:: remove debug

This commit is contained in:
Zeno Rogue 2021-07-04 11:31:39 +02:00
parent 4c3529cae4
commit 5dbaea3049
1 changed files with 0 additions and 1 deletions

View File

@ -88,7 +88,6 @@ void make_move(cell *where, int dir) {
f0.currentmirror = f1.currentmirror ^ mir;
int d = f1.currentdir;
d -= where->c.spin(dir);
println(hlog, "mir = ", mir);
if(mir) d *= -1;
d += dir;
if(!mir) d += nw->type/2;