Remove test code

This commit is contained in:
Etoh 2023-03-14 20:01:43 +00:00 committed by GitHub
parent dde69f2bd8
commit 36e772a706
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -111,9 +111,6 @@ for lang in languages:
languagePushString = languagePushString + "Push $${" + languageIdent + "}\r\n"
languagePushString = languagePushString + "Push '" + getMessage("LANGUAGE", lang) + "'\r\n"
print(languagePushString)
exit()
NSIS_SCRIPT_TEMPLATE = r"""
!include LogicLib.nsh
!include nsDialogs.nsh