Remove debugging print
This commit is contained in:
parent
32e320b820
commit
dbf4fe1a40
1 changed files with 0 additions and 1 deletions
|
|
@ -30,7 +30,6 @@ class Markov:
|
|||
before = random.choice(list(self.matrix))
|
||||
|
||||
selection = self.matrix[before]
|
||||
print(repr(before), repr(selection))
|
||||
choice = random.randrange(sum(selection.values()))
|
||||
|
||||
counter = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue