Skip to content

Commit 2e71980

Browse files
committed
remove debug counter from jvm search log // refs tofi86#95
1 parent f5df36b commit 2e71980

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/universalJavaApplicationStub

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,6 @@ if [ -z "${JAVACMD}" ] || [ ! -x "${JAVACMD}" ] ; then
574574
# idea: https://stackoverflow.com/a/14085460/1128689 and https://scriptingosx.com/2018/07/parsing-dscl-output-in-scripts/
575575
javaXml=$(/usr/libexec/java_home --xml)
576576
javaCounter=$(/usr/libexec/PlistBuddy -c "Print" /dev/stdin <<< $javaXml | grep "Dict" | wc -l | tr -d ' ')
577-
stub_logger "[JavaSearch] ... found $javaCounter JVM's"
578577

579578
# iterate over all Dict entries
580579
for idx in $(seq 0 $((javaCounter - 1)))

0 commit comments

Comments
 (0)