diff --git a/tools/build_config/updateMessageIDs.py b/tools/build_config/updateMessageIDs.py index f14e0d52e1a3..1d2f3ae9a68c 100755 --- a/tools/build_config/updateMessageIDs.py +++ b/tools/build_config/updateMessageIDs.py @@ -200,10 +200,6 @@ def processRules(poFilePath, replaceRules, options, markObsolete=False, filterID len(options.placeholder) + len(str(i))) i += 1 for replaceRule in replaceRules: - if entry.msgstr.startswith("There is unsaved"): - print("%s newline %s origin string %s" % (entry.msgstr, "\n" in entry.msgstr, entry.msgstr == - "There is unsaved changes in current edited traffic light.\n" - "Do you want to save it before changing mode?")) if options.strict and replaceRule[0] == entry.msgstr: replaced = replaceRule[1] elif replaceRule[3] and not replaceRule[4] and entry.msgstr.startswith(replaceRule[0]): # starts with ...