mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-21 14:04:15 +00:00
FB_CALLIST: remove temporary debug log message
git-svn-id: https://svn.fhem.de/fhem/trunk@10441 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
897ebbe1c7
commit
6237e50f83
@ -280,7 +280,6 @@ sub FB_CALLLIST_Notify($$)
|
|||||||
{
|
{
|
||||||
if(grep(m/^(?:ATTR $name .*|DELETEATTR $name .*|INITIALIZED|REREADCFG)$/, @{$d->{CHANGED}}))
|
if(grep(m/^(?:ATTR $name .*|DELETEATTR $name .*|INITIALIZED|REREADCFG)$/, @{$d->{CHANGED}}))
|
||||||
{
|
{
|
||||||
Log 3, "checked";
|
|
||||||
# delete all outdated calls according to attribute list-type, internal-number-filter and number-of-calls
|
# delete all outdated calls according to attribute list-type, internal-number-filter and number-of-calls
|
||||||
FB_CALLLIST_cleanupList($hash);
|
FB_CALLLIST_cleanupList($hash);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user