mirror of
https://github.com/sdkman/sdkman-cli.git
synced 2026-01-19 20:07:46 -05:00
Silence noisy logs.
This commit is contained in:
@@ -141,10 +141,7 @@ class SdkmanBashEnvBuilder {
|
||||
env.put("http_proxy", httpProxy)
|
||||
}
|
||||
|
||||
def bashEnv = new BashEnv(baseFolder.absolutePath, env)
|
||||
println("\nSdkmanBashEnvBuilder: $this")
|
||||
println("\nBashEnv: $bashEnv")
|
||||
bashEnv
|
||||
new BashEnv(baseFolder.absolutePath, env)
|
||||
}
|
||||
|
||||
private prepareDirectory(File target, String directoryName) {
|
||||
|
||||
Reference in New Issue
Block a user