Skip to content

Commit

Permalink
remove debugging println
Browse files Browse the repository at this point in the history
  • Loading branch information
vlsi committed Jul 23, 2020
1 parent 9e2db16 commit ba3f405
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/main/kotlin/de/itemis/mps/gradle/BundleMacosJdk.kt
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ open class BundleMacosJdk @Inject constructor(
try {
val scriptName = "bundle_macos_jdk.sh"
BundledScripts.extractScriptsToDir(scriptsDir, scriptName)
scriptsDir.listFiles()?.let {
for (file in it) {
println(file.absolutePath)
}
}
project.exec {
executable = "./$scriptName"
workingDir = scriptsDir
Expand Down

0 comments on commit ba3f405

Please sign in to comment.