We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c47aaba commit dfa159bCopy full SHA for dfa159b
utbot-spring-analyzer/src/main/kotlin/org/utbot/spring/process/SpringAnalyzerProcess.kt
@@ -82,7 +82,6 @@ class SpringAnalyzerProcess private constructor(
82
"org.utbot.spring.process.SpringAnalyzerProcessMainKt"
83
)
84
val cmd = obtainProcessCommandLine(port)
85
- logger.info { "Spring cmd: ${cmd.joinToString(" ")}" }
86
val process = ProcessBuilder(cmd)
87
.directory(Files.createTempDirectory(utBotTempDirectory, "spring-analyzer").toFile())
88
.start()
0 commit comments