Skip to content

Commit

Permalink
[jrubyscripting] remove some development logging that crept in (openh…
Browse files Browse the repository at this point in the history
…ab#13947)

Signed-off-by: Cody Cutrer <cody@cutrer.us>
Signed-off-by: Andras Uhrin <andras.uhrin@gmail.com>
  • Loading branch information
ccutrer authored and andrasU committed Jan 5, 2024
1 parent 7d8f139 commit 78a3ca7
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,7 @@ protected void importFile(ScriptFileReference ref) {
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);
}
}
Expand Down

0 comments on commit 78a3ca7

Please sign in to comment.