Skip to content

Commit 8a75e81

Browse files
committed
Remove commented lines
1 parent efc3a0f commit 8a75e81

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

axelrod/plot.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ def _winplot_dataset(self):
6767
# Reorder and grab names
6868
wins = [wins[x[1]] for x in medians]
6969
ranked_names = [str(players[x[1]]) for x in medians]
70-
#zipped = [(wins[i], str(self.players[i])) for (m, i) in medians]
71-
#wins, ranked_names = zip(*zipped) # unzip!
7270
return wins, ranked_names
7371

7472
@property

0 commit comments

Comments
 (0)