Remove accidental println

This commit is contained in:
Nik Everett 2016-02-11 17:21:21 -05:00
parent 8bc2332d9a
commit 15a9da4d84

View File

@ -225,7 +225,6 @@ allprojects {
apply plugin: 'eclipse'
// Name all the non-root projects after their path so that paths get grouped together when imported into eclipse.
if (path != ':') {
System.err.println(eclipse.project.name + ' ' + path)
eclipse.project.name = path
}