Skip to content

Commit 16afe18

Browse files
committed
Finally remove legacy configuration code.
1 parent c1d1125 commit 16afe18

File tree

1 file changed

+0
-37
lines changed

1 file changed

+0
-37
lines changed

sc2reader/config.py

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -49,43 +49,6 @@
4949
files=files.all
5050
)
5151

52-
"""
53-
full = AttributeDict(
54-
files = [
55-
'replay.initData',
56-
'replay.details',
57-
'replay.attributes.events',
58-
'replay.message.events',
59-
'replay.game.events'],
60-
processors = [
61-
FullProcessor,
62-
#PeopleProcessor,
63-
#AttributeProcessor,
64-
#TeamsProcessor,
65-
#MessageProcessor,
66-
#RecorderProcessor,
67-
#EventProcessor,
68-
#ApmProcessor,
69-
#ResultsProcessor
70-
],
71-
)
72-
73-
partial = AttributeDict(
74-
files = [
75-
'replay.initData',
76-
'replay.details',
77-
'replay.attributes.events',
78-
'replay.message.events'],
79-
processors = [
80-
PeopleProcessor,
81-
AttributeProcessor,
82-
TeamsProcessor,
83-
MessageProcessor,
84-
RecorderProcessor,
85-
],
86-
)
87-
"""
88-
8952
class ReaderMap(dict):
9053
def __init__(self):
9154
self.set1 = {

0 commit comments

Comments
 (0)