Skip to content

Commit

Permalink
Remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
glaforge committed Sep 18, 2012
1 parent c52e594 commit d6dd84f
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ package org.codehaus.groovy.tools.stubgenerator
*/
class WrongCastForGenericReturnValueOfMethodStubsTest extends StringSourcesStubTestCase {

@Override
protected void setUp() {
super.setUp()
debug = true
}

Map<String, String> provideSources() {
[
'HelperUtil.groovy': '''
Expand Down

0 comments on commit d6dd84f

Please sign in to comment.