chiark / gitweb /
script lower: Fix a debug print for bottom -> heavy rename
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 10 Jul 2021 16:59:18 +0000 (17:59 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 10 Jul 2021 18:32:58 +0000 (19:32 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
templates/script.ts

index 6d4e84279f449c9c8f9f5f474f477df7e45695bd..c49bc1415b20511744a40922e05d3a088baa57d4 100644 (file)
@@ -690,7 +690,7 @@ function lower_pieces(targets_todo: LowerTodoList):
        q_z_top = p.z;
        xst = 'STATE -> B';
       }
-      console.log('LOWER WALK', piece, 'TODO', todo.heavy ? "B" : "_", xst);
+      console.log('LOWER WALK', piece, 'TODO', todo.heavy ? "H" : "_", xst);
       delete targets_todo[piece];
       if (!todo.heavy) n_targets_todo_light--;
       (todo.heavy ? tomove_heavy : tomove_light).push(todo);