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:
Jason van Zyl 2009-01-04 15:32:55 +00:00
parent bfe3cbf4e9
commit 80a6a03dd6
1 changed files with 0 additions and 1 deletions

View File

@ -336,7 +336,6 @@ else if ( expression.startsWith( "plugin" ) )
else if ( "settings".equals( expression ) )
{
value = context.getSettings();
System.out.println( value );
}
else if ( expression.startsWith( "settings" ) )
{