remove dbg println
Project: http://git-wip-us.apache.org/repos/asf/incubator-edgent/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-edgent/commit/7b4fa9d8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-edgent/tree/7b4fa9d8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-edgent/diff/7b4fa9d8 Branch: refs/heads/master Commit: 7b4fa9d84a94b4c0c2068e6e621776ca1fc76d6a Parents: 3d95f50 Author: Dale LaBossiere <[email protected]> Authored: Thu Sep 22 17:45:38 2016 -0400 Committer: Dale LaBossiere <[email protected]> Committed: Tue Sep 27 16:04:08 2016 -0400 ---------------------------------------------------------------------- build.gradle | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/7b4fa9d8/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index f61817c..6bfd9ce 100644 --- a/build.gradle +++ b/build.gradle @@ -469,7 +469,6 @@ subprojects { classpath = files(classpath.collect { it.toString().replace('java8', 'java7') }) } logger.debug "$project.path test.classpath: " + classpath.collect { it.toString() } -println "#### $project.path test.classpath: " + classpath.collect { it.toString() } } }
