Skip to content

Commit edf6bc3

Browse files
committed
Another stray print destroyed.
1 parent a73adec commit edf6bc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sc2reader/parsers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def parse_ability_event(self, buffer, frames, type, code, pid):
114114
if flag == 0x08:
115115
# coordinates (4), ?? (6)
116116
location = buffer.read_coordinate()
117-
print buffer.read_hex(5)
117+
buffer.skip(5)
118118
return LocationAbilityEvent(frames, pid, type, code, None, location)
119119

120120
elif flag in (0x04,0x05,0x07):

0 commit comments

Comments
 (0)