diff --git a/diceware/random_sources.py b/diceware/random_sources.py index 26f973a6922e651a5d0d03b27840100a06183c8f..1681bd0d46e628d904dcefa31421212732d38e92 100644 --- a/diceware/random_sources.py +++ b/diceware/random_sources.py @@ -152,8 +152,6 @@ class RealDiceRandomSource(object): if num_rolls < 1: # If this happens, there are less values in the sequence to # choose from than there are dice sides. - # First check whehter the length is 1. Then we don't have - # to do anything else if len(sequence) == 1: # Check whether len(sequence) is a factor of dice.sides return sequence[0]