remove warning about now removed legacy tokenizer

This commit is contained in:
Sarah Hoffmann
2024-09-21 17:12:35 +02:00
parent d4f3eda314
commit 9734bbf240

View File

@@ -120,10 +120,6 @@ class CommandlineParser:
try:
ret = args.command.run(args)
if args.config.TOKENIZER == 'legacy':
log.warning('WARNING: the "legacy" tokenizer is deprecated '
'and will be removed in Nominatim 5.0.')
return ret
except UsageError as exception:
if log.isEnabledFor(logging.DEBUG):