Skip to content

Commit a73adec

Browse files
committed
Removes stray print statement.
1 parent ad0c137 commit a73adec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sc2reader/objects.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,6 @@ class AbilityEvent(Event):
306306
name = 'AbilityEvent'
307307
def __init__(self, framestamp, player, type, code, ability):
308308
super(AbilityEvent, self).__init__(framestamp, player, type, code)
309-
print "{0}: {1}".format(self.name,ability)
310309
self.ability = ability
311310

312311
def apply(self):

0 commit comments

Comments
 (0)