diff --git a/others/planck.py b/others/planck.py index 86b7092..2739898 100644 --- a/others/planck.py +++ b/others/planck.py @@ -41,7 +41,6 @@ def align(): write(HERE_CELL, aligned(read(HERE_CELL))) def read(addr): - print(addr, addr >> CELL_SHIFT) return memory[addr >> CELL_SHIFT] def write(addr, v):