mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
remove unnecessary logging.
This commit is contained in:
@@ -89,7 +89,6 @@ public class JarFileSystemImpl extends JarFileSystem implements ApplicationCompo
|
||||
SystemInfo.isFileSystemCaseSensitive)) {
|
||||
VirtualFile jarRootToRefresh = markDirty(jarPath);
|
||||
if (jarRootToRefresh != null) {
|
||||
LOG.info(jarPath + " will be refreshed due to " + event);
|
||||
rootsToRefresh.add(jarRootToRefresh);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user