2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +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:
rudolfkoenig 2016-08-21 12:08:28 +00:00
parent 4ef2e090ff
commit 176af5b306

View File

@ -288,7 +288,6 @@ at_Attr(@)
if($cmd eq "set" && $attrName eq "computeAfterInit" &&
$attrVal && !$init_done) {
InternalTimer(1, sub(){
Log 1, "IT";
$hash->{OLDDEF} = $hash->{DEF};
at_Define($hash, "$name at $hash->{DEF}");
delete($hash->{OLDDEF});