diff --git a/axelrod/match.py b/axelrod/match.py index e3c86b568..00c4a44e0 100644 --- a/axelrod/match.py +++ b/axelrod/match.py @@ -56,7 +56,6 @@ def __init__( Random seed for reproducibility """ - self.turns, self.prob_end = turns, prob_end if prob_end is None: self.prob_end = 0