remove debug log
This commit is contained in:
parent
939ef0b283
commit
44310d5459
@ -58,7 +58,6 @@ public interface IOStrategy {
|
|||||||
* @return true if file matches pattern
|
* @return true if file matches pattern
|
||||||
*/
|
*/
|
||||||
default boolean isFileRelevant(@NotNull SettingsState state, @NotNull VirtualFile file) {
|
default boolean isFileRelevant(@NotNull SettingsState state, @NotNull VirtualFile file) {
|
||||||
System.out.println(file.getName() + " " + FilenameUtils.wildcardMatch(file.getName(), state.getFilePattern()));
|
|
||||||
return FilenameUtils.wildcardMatch(file.getName(), state.getFilePattern());
|
return FilenameUtils.wildcardMatch(file.getName(), state.getFilePattern());
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user