mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-09 11:34:07 +00:00
remove warning about now removed legacy tokenizer
This commit is contained in:
@@ -120,10 +120,6 @@ class CommandlineParser:
|
|||||||
try:
|
try:
|
||||||
ret = args.command.run(args)
|
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
|
return ret
|
||||||
except UsageError as exception:
|
except UsageError as exception:
|
||||||
if log.isEnabledFor(logging.DEBUG):
|
if log.isEnabledFor(logging.DEBUG):
|
||||||
|
|||||||
Reference in New Issue
Block a user