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/749dd9d0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-edgent/tree/749dd9d0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-edgent/diff/749dd9d0 Branch: refs/heads/master Commit: 749dd9d054d5b2614df07278ebd9c5c1e8d9390f Parents: fedd15c Author: Dale LaBossiere <[email protected]> Authored: Thu Sep 22 20:09:36 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/749dd9d0/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 679f7d8..d47843f 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() } } }
