mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
[jrubyscripting] remove some development logging that crept in (#13947)
Signed-off-by: Cody Cutrer <cody@cutrer.us>
This commit is contained in:
parent
831443334e
commit
4aca2c6976
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user