o get rid of extraneous logging bits

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@750395 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2009-03-05 09:15:48 +00:00
parent 7a827faf7c
commit 4f5efdb3de
1 changed files with 0 additions and 16 deletions

View File

@ -117,20 +117,4 @@ public class MavenPluginCollector
return result;
}
protected Logger getLogger()
{
if ( logger == null )
{
logger = new ConsoleLogger( Logger.LEVEL_INFO, "internal" );
}
return logger;
}
public void enableLogging( Logger logger )
{
this.logger = logger;
}
}