[jrubyscripting] remove some development logging that crept in (#13947)

Signed-off-by: Cody Cutrer <cody@cutrer.us>
This commit is contained in:
Cody Cutrer
2022-12-13 15:28:55 -07:00
committed by GitHub
parent 831443334e
commit 4aca2c6976

View File

@@ -66,9 +66,7 @@ public class JRubyScriptFileWatcher extends AbstractScriptFileWatcher {
protected void processWatchEvent(@Nullable WatchEvent<?> event, WatchEvent.@Nullable Kind<?> kind,
@Nullable Path path) {
if (Objects.nonNull(path)) {
logger.trace("looking at {}", path);
if (!isIgnored(path.toString())) {
logger.trace("and propagating it");
super.processWatchEvent(event, kind, path);
}
}