Cleaning up sysout from debugging.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@165228 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
John Dennis Casey 2005-04-28 23:14:23 +00:00
parent 165d4d440e
commit 235fb09cb9
1 changed files with 0 additions and 2 deletions

View File

@ -158,8 +158,6 @@ public MojoDescriptor buildComponentDescriptor( PlexusConfiguration c )
{ {
String editable = d.getChild("editable").getValue(); String editable = d.getChild("editable").getValue();
System.out.println("Value of editable attribute for parameter: " + parameter.getName() + " is: " + editable);
parameter.setEditable( editable == null || "true".equals( editable ) ); parameter.setEditable( editable == null || "true".equals( editable ) );
} }