diff --git a/FHEM/93_DbRep.pm b/FHEM/93_DbRep.pm index 46939d98b..789e6ba47 100644 --- a/FHEM/93_DbRep.pm +++ b/FHEM/93_DbRep.pm @@ -918,7 +918,6 @@ sub DbRep_Set($@) { $prop =~ s//,/g; # noch aus Kompatibilitätsgründen enthalten $prop =~ s/(\x20)*\xbc/,/g; # Forum: https://forum.fhem.de/index.php/topic,103908.0.html $sqlcmd = $prop; - Log3 ($name, 1, "DbRep $name - com: $sqlcmd"); if($sqlcmd eq "___purge_historylist___") { delete($hash->{HELPER}{SQLHIST}); DbRep_setCmdFile($name."_sqlCmdList","",$hash); # Löschen der sql History Liste im DbRep-Keyfile diff --git a/contrib/DS_Starter/93_DbRep.pm b/contrib/DS_Starter/93_DbRep.pm index ebd57d6f9..e5739cd86 100644 --- a/contrib/DS_Starter/93_DbRep.pm +++ b/contrib/DS_Starter/93_DbRep.pm @@ -918,7 +918,6 @@ sub DbRep_Set($@) { $prop =~ s//,/g; # noch aus Kompatibilitätsgründen enthalten $prop =~ s/(\x20)*\xbc/,/g; # Forum: https://forum.fhem.de/index.php/topic,103908.0.html $sqlcmd = $prop; - Log3 ($name, 1, "DbRep $name - com: $sqlcmd"); if($sqlcmd eq "___purge_historylist___") { delete($hash->{HELPER}{SQLHIST}); DbRep_setCmdFile($name."_sqlCmdList","",$hash); # Löschen der sql History Liste im DbRep-Keyfile