2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-22 08:11:44 +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:
markusbloch 2016-01-10 14:17:56 +00:00
parent 897ebbe1c7
commit 6237e50f83

View File

@ -280,7 +280,6 @@ sub FB_CALLLIST_Notify($$)
{
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
FB_CALLLIST_cleanupList($hash);