mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 08:25:44 +01:00
removed duplicate clear cache log message
This commit is contained in:
@@ -214,10 +214,6 @@ public class AuthorizationCollector
|
||||
if (event.getEventType().isPost())
|
||||
{
|
||||
Repository repository = event.getItem();
|
||||
if (logger.isDebugEnabled())
|
||||
{
|
||||
logger.debug("clear cache, because repository {} has changed", repository.getName());
|
||||
}
|
||||
|
||||
if (event instanceof RepositoryModificationEvent)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user