Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit c5df401

Browse files
committed
remove debug output
1 parent a2685eb commit c5df401

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/universalJavaApplicationStub

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ if [ $exitcode -eq 0 ]; then
162162
# read StartOnMainThread
163163
JVMStartOnMainThread=`/usr/libexec/PlistBuddy -c "print ${JavaKey}:StartOnMainThread" "${InfoPlistFile}" 2> /dev/null`
164164
if [ "${JVMStartOnMainThread}" == "true" ]; then
165-
echo ${JVMStartOnMainThread} > ~/Desktop/test.txt
166165
JVMOptions+=" -XstartOnFirstThread"
167166
fi
168167

0 commit comments

Comments
 (0)