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>
  • Loading branch information
ccutrer committed Dec 13, 2022
1 parent 8314433 commit 4aca2c6
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 4aca2c6

Please sign in to comment.