remove useless line

A remnant from when `filter` and `range` were global and only
available as command line options.
server
Mike Fährmann 6 years ago
parent 1734a6c879
commit 344bbaa71a
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -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])

Loading…
Cancel
Save