mirror of https://github.com/Syncplay/syncplay
Remove test code
This commit is contained in:
parent
dde69f2bd8
commit
36e772a706
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue