Skip to content

Commit 8b99de0

Browse files
author
marcpalmer
committed
Removed println
git-svn-id: https://svn.codehaus.org/grails/trunk@2963 1cfb16fd-6d17-0410-8ff1-b7e8e1e2867d
1 parent 93461ec commit 8b99de0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/groovy/org/codehaus/groovy/grails/web/taglib/FormTagLibTests.groovy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ public class FormTagLibTests extends AbstractGrailsTagTests {
5858
// use sorted map to be able to predict the order in which tag attributes are generated
5959
def attributes = new TreeMap([value:'Go'])
6060
tag.call(attributes)
61-
println sw.toString()
6261
assertEquals '<input type="submit" name="_action" value="Go" />', sw.toString() // NO TRIM, TEST WS!
6362
}
6463
}

0 commit comments

Comments
 (0)