remove useless line

A remnant from when `filter` and `range` were global and only
available as command line options.
This commit is contained in:
Mike Fährmann
2019-01-10 16:08:05 +01:00
parent 1734a6c879
commit 344bbaa71a

View File

@@ -203,7 +203,6 @@ def main():
config.load(*args.yamlfiles, format="yaml", strict=True)
for key, value in args.options:
config.set(key, value)
config.set(("_",), {})
# stream logging handler
configure_logging_handler("log", logging.getLogger().handlers[0])