diff --git a/machine.py b/machine.py index 49525a4..1510376 100755 --- a/machine.py +++ b/machine.py @@ -97,5 +97,4 @@ class Machine: turing = Machine() run = True while run: -# print (turing.card) run = turing.evolve()