Skip to content

Commit d4c4433

Browse files
committed
Remove debugging prints
1 parent f29ffa2 commit d4c4433

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,10 +232,8 @@ project(":ui") {
232232
// so instead, we simply rename the artifact to append the architecture (x86 or x64)
233233
jfxDeploy.doLast {
234234
def filet = fileTree(dir: 'build/distributions', include: "${javafx.appName}-${version}.*")
235-
println filet
236235
filet.each { File f ->
237236
def f2 = new File(f.getParentFile(), "${f.getName().replace("${version}", "${version}-${arch}")}")
238-
println f2.getAbsolutePath()
239237
f.renameTo(f2)
240238
}
241239
}

0 commit comments

Comments
 (0)