[jrubyscripting] remove some development logging that crept in (#13947)
Signed-off-by: Cody Cutrer <cody@cutrer.us>
This commit is contained in:
@@ -66,9 +66,7 @@ public class JRubyScriptFileWatcher extends AbstractScriptFileWatcher {
|
|||||||
protected void processWatchEvent(@Nullable WatchEvent<?> event, WatchEvent.@Nullable Kind<?> kind,
|
protected void processWatchEvent(@Nullable WatchEvent<?> event, WatchEvent.@Nullable Kind<?> kind,
|
||||||
@Nullable Path path) {
|
@Nullable Path path) {
|
||||||
if (Objects.nonNull(path)) {
|
if (Objects.nonNull(path)) {
|
||||||
logger.trace("looking at {}", path);
|
|
||||||
if (!isIgnored(path.toString())) {
|
if (!isIgnored(path.toString())) {
|
||||||
logger.trace("and propagating it");
|
|
||||||
super.processWatchEvent(event, kind, path);
|
super.processWatchEvent(event, kind, path);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user