Skip to content

Commit

Permalink
Remove system.err output
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Oct 7, 2011
1 parent 795b50d commit b23d332
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -574,7 +574,7 @@ class FrameworkController {
errors << projectNameError
}else if(!errors){

System.err.println("create project, properties: ${projProps}");
log.debug("create project, properties: ${projProps}");
def proj
try {
proj=framework.getFrameworkProjectMgr().createFrameworkProject(project,projProps)
Expand Down

0 comments on commit b23d332

Please sign in to comment.