summaryrefslogtreecommitdiffstats
path: root/module/config/ConfigParser.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/config/ConfigParser.py')
-rw-r--r--module/config/ConfigParser.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/module/config/ConfigParser.py b/module/config/ConfigParser.py
index 33b3d26b6..1d3ae87d6 100644
--- a/module/config/ConfigParser.py
+++ b/module/config/ConfigParser.py
@@ -206,10 +206,6 @@ class ConfigParser:
if base:
if section not in self.baseSections: self.baseSections.append(section)
- else:
- if section in self.config:
- print "Section already exists", section
- return
data = SectionTuple(gettext(name), gettext(desc), gettext(long_desc), d)
self.config[section] = data