remove commented out print

This commit is contained in:
Mikael Nordin 2017-12-30 23:10:31 +01:00 committed by GitHub
parent 02b1896511
commit 884ad8121f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -97,5 +97,4 @@ class Machine:
turing = Machine()
run = True
while run:
# print (turing.card)
run = turing.evolve()