mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 23:06:37 +00:00
90_at.pm: remove debug output (Forum #56706)
git-svn-id: https://svn.fhem.de/fhem/trunk@12028 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
4ef2e090ff
commit
176af5b306
@ -288,7 +288,6 @@ at_Attr(@)
|
|||||||
if($cmd eq "set" && $attrName eq "computeAfterInit" &&
|
if($cmd eq "set" && $attrName eq "computeAfterInit" &&
|
||||||
$attrVal && !$init_done) {
|
$attrVal && !$init_done) {
|
||||||
InternalTimer(1, sub(){
|
InternalTimer(1, sub(){
|
||||||
Log 1, "IT";
|
|
||||||
$hash->{OLDDEF} = $hash->{DEF};
|
$hash->{OLDDEF} = $hash->{DEF};
|
||||||
at_Define($hash, "$name at $hash->{DEF}");
|
at_Define($hash, "$name at $hash->{DEF}");
|
||||||
delete($hash->{OLDDEF});
|
delete($hash->{OLDDEF});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user