mirror of https://github.com/apache/maven.git
o get rid of debug output
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@731274 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bfe3cbf4e9
commit
80a6a03dd6
|
@ -336,7 +336,6 @@ public class PluginParameterExpressionEvaluator
|
||||||
else if ( "settings".equals( expression ) )
|
else if ( "settings".equals( expression ) )
|
||||||
{
|
{
|
||||||
value = context.getSettings();
|
value = context.getSettings();
|
||||||
System.out.println( value );
|
|
||||||
}
|
}
|
||||||
else if ( expression.startsWith( "settings" ) )
|
else if ( expression.startsWith( "settings" ) )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue