We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 179c3ab commit 2c6068eCopy full SHA for 2c6068e
sc2reader/processors.py
@@ -8,7 +8,6 @@ def Full(replay):
8
# TODO: Test this with different levels of file read.
9
# TODO: Change config.py to work with this
10
# TODO: remove legacy code, restructure config.py: just one processor now
11
- print replay.raw.keys()
12
if 'initData' in replay.raw:
13
replay.realm = replay.raw.initData.realm
14
0 commit comments