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@721647 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c889d7266d
commit
a10faccdfc
|
@ -1370,8 +1370,6 @@ public class DefaultPluginManager
|
|||
getLogger().debug( "Configuring mojo '" + mojoDescriptor.getId() + "' with "
|
||||
+ ( configuratorId == null ? "basic" : configuratorId )
|
||||
+ " configurator -->" );
|
||||
|
||||
System.out.println( configuration );
|
||||
|
||||
// This needs to be able to use methods
|
||||
configurator.configureComponent( plugin, configuration, expressionEvaluator, realm, listener );
|
||||
|
|
Loading…
Reference in New Issue