Skip to content

Commit 2c6068e

Browse files
committed
Remove debug code
1 parent 179c3ab commit 2c6068e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sc2reader/processors.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ def Full(replay):
88
# TODO: Test this with different levels of file read.
99
# TODO: Change config.py to work with this
1010
# TODO: remove legacy code, restructure config.py: just one processor now
11-
print replay.raw.keys()
1211
if 'initData' in replay.raw:
1312
replay.realm = replay.raw.initData.realm
1413

0 commit comments

Comments
 (0)