Skip to content

Commit 7dd4315

Browse files
committed
Update some of the TODO notices that have been resolved.
1 parent 00f0c1b commit 7dd4315

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

sc2reader/processors.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111

1212
def Full(replay):
1313
# Populate replay with details
14-
# TODO: Test this with different levels of file read.
15-
# TODO: Change config.py to work with this
16-
# TODO: remove legacy code, restructure config.py: just one processor now
1714
if 'initData' in replay.raw and replay.raw.initData.map_data:
1815
replay.gateway = replay.raw.initData.map_data[0].gateway
1916

0 commit comments

Comments
 (0)