98_WeekdayTimer.pm: disable log entry for 7 in daylist

git-svn-id: https://svn.fhem.de/fhem/trunk@19499 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
Beta-User
2019-05-30 19:19:03 +00:00
parent 8d4f9c1077
commit b0bdd82540

View File

@@ -388,8 +388,7 @@ sub WeekdayTimer_daylistAsArray($$){
# Aufzaehlung 1234 ...
if ( $daylist =~ m/^[0-8]{0,9}$/g) {
Log3 ($hash, 3, "[$name] " . '"7" in daylist now means $we(weekend) - see dokumentation!!!' )
if (index($daylist, '7') != -1);
#Log3 ($hash, 3, "[$name] " . '"7" in daylist now means $we(weekend) - see dokumentation!!!' ) if (index($daylist, '7') != -1);
@days = split("", $daylist);
@hdays{@days} = undef;