mirror of https://github.com/apache/archiva.git
Eliminating debug message from logs.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@578242 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
134b817e45
commit
4ba1367132
|
@ -252,8 +252,6 @@ public class MetadataUpdaterConsumer
|
|||
|
||||
public void afterConfigurationChange( Registry registry, String propertyName, Object propertyValue )
|
||||
{
|
||||
getLogger().info( "After Configuration Change: propertyName [" + propertyName + "]" );
|
||||
|
||||
if ( ConfigurationNames.isRepositoryScanning( propertyName ) )
|
||||
{
|
||||
initIncludes();
|
||||
|
|
Loading…
Reference in New Issue