2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00

Debug removed

git-svn-id: https://svn.fhem.de/fhem/trunk@1247 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2012-02-11 12:17:02 +00:00
parent 07d942bca2
commit 7cec972ced

View File

@ -145,7 +145,6 @@ at_Attr(@)
$defs{$a[1]}{STATE} = ($do == 1 ?
"disabled" :
"Next: " . FmtTime($defs{$a[1]}{TRIGGERTIME}));
Log 1, "ATTR: $a[1] $defs{$a[1]}{STATE}";
return undef;
}