Skip to content

Commit 861ac2d

Browse files
author
graeme
committed
removed printlns
git-svn-id: https://svn.codehaus.org/grails/trunk@6476 1cfb16fd-6d17-0410-8ff1-b7e8e1e2867d
1 parent c69fbaa commit 861ac2d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/TestApp.groovy

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,12 +338,10 @@ target(runIntegrationTests: "Runs Grails' tests under the test/integration direc
338338
status?.setRollbackOnly()
339339
}
340340
if(test.isTransactional()) {
341-
println "RUNNING TRANSACTIONAL TEST"
342341
def template = new TransactionTemplate(appCtx.transactionManager)
343342
template.execute( callable as TransactionCallback )
344343
}
345344
else {
346-
println "RUNNING NON-TRANSACTIONAL TEST"
347345
callable.call()
348346
}
349347
RequestContextHolder.setRequestAttributes(null);

0 commit comments

Comments
 (0)