From bca34894d3826bc7315d33c010567178c1d6b344 Mon Sep 17 00:00:00 2001 From: Alexander Gorshenev Date: Thu, 18 May 2017 17:33:29 +0300 Subject: [PATCH] A stray println removed. --- build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/build.gradle b/build.gradle index a8101ed82a3..795d131088a 100644 --- a/build.gradle +++ b/build.gradle @@ -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")) {