Revert "Print path to java executable Kotlin daemon was started with."

This reverts commit 3e69bcba474d498c74a0e9827aa833f2381d43d8.
This commit is contained in:
Yahor Berdnikau
2021-06-14 14:06:46 +02:00
committed by Space
parent f9ec6bb66a
commit 1bb64ffa22
@@ -101,11 +101,7 @@ object KotlinCompilerClient {
fun CompileService.leaseImpl(): CompileServiceSession? {
// the newJVMOptions could be checked here for additional parameters, if needed
registerClient(clientAliveFlagFile.absolutePath)
val javaExecutablePath = compilerId.javaExecutable?.absolutePath ?: "'user jvm'"
reportingTargets.report(
DaemonReportCategory.DEBUG,
"connected to the daemon. Daemon is using following 'java' executable to run itself: $javaExecutablePath"
)
reportingTargets.report(DaemonReportCategory.DEBUG, "connected to the daemon")
if (!leaseSession) return CompileServiceSession(this, CompileService.NO_SESSION)