Diff of /codesys-ide/codesys [c391e2] .. [3a34bb]  Maximize  Restore

Switch to side-by-side view

--- a/codesys-ide/codesys
+++ b/codesys-ide/codesys
@@ -15,7 +15,7 @@
 # start ide?
 if [ "${1}" == "ide" ]; then
     export WINEPREFIX=~/.wine.cds
-    export WINEDEBUG=-all
+#    export WINEDEBUG=-all
     ${WINE} ~/.wine.cds/drive_c/CODESYS/CODESYS/Common/CODESYS.exe --culture=en --profile="'"${profile}"'" --runscript="z:${BASEPATH}/noop.py" --noUI 
     ${WINE} ~/.wine.cds/drive_c/CODESYS/CODESYS/Common/CODESYS.exe --culture=en --profile="'"${profile}"'"
 elif [ "${1}" == "export-libdoc" ]; then