A stray println removed.

This commit is contained in:
Alexander Gorshenev
2017-05-18 17:33:29 +03:00
committed by alexander-gorshenev
parent fc1c5cac09
commit bca34894d3
-1
View File
@@ -262,7 +262,6 @@ targetList.each { target ->
from(project(':runtime').file("build/$target")) {
include("*.bc")
eachFile {println("eachfile= $it")}
into("klib/stdlib/$target/native")
}
from(project(':runtime').file("build/${target}Stdlib")) {