mirror of https://github.com/apache/maven.git
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:
parent
165d4d440e
commit
235fb09cb9
|
@ -158,8 +158,6 @@ public class PluginDescriptorBuilder
|
||||||
{
|
{
|
||||||
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 ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue