From a3d207de10785f9c58a92a0c1825ed8880b5cb91 Mon Sep 17 00:00:00 2001 From: Koichi Nakamura Date: Wed, 29 Dec 2021 08:47:20 +0900 Subject: [PATCH] remove debugprint --- others/planck.py | 1 - 1 file changed, 1 deletion(-) 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):