Skip to content

Commit 61f14d5

Browse files
committed
removed unneeded println statement
1 parent 6e52c7b commit 61f14d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/_GrailsWar.groovy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,6 @@ target(warPlugins:"Includes the plugins in the WAR") {
401401
exclude(name:"grails-app/**/*.groovy")
402402
}
403403
def pluginResources = new File("$resourcesDirPath/plugins/${info.name}-${info.version}")
404-
println "COPYING RESOURCES FOR PATH ${pluginResources.absolutePath}: ${pluginResources.exists()}?"
405404
if(pluginResources.exists()) {
406405
fileset(dir:pluginResources) {
407406
include(name:"grails-app/**")

0 commit comments

Comments
 (0)