Skip to content
Snippets Groups Projects
Commit e10a4ad3 authored by ulif's avatar ulif
Browse files

Remove garbage.

parent 6ddfc483
No related branches found
No related tags found
No related merge requests found
......@@ -271,7 +271,6 @@ class TestRealDiceRandomSource(object):
# 4 is not a valid roll value, must do a new roll then
num_valid = len(rolled_values) - rolled_values.count("4")
fake_input(rolled_values)
fake_input(rolled_values)
for x in range(num_valid):
picked = src.choice([1, 2, 3])
dist[picked - 1] += 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment