49_SSCam.pm: debug info removed

git-svn-id: https://svn.fhem.de/fhem/trunk@30136 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
DS_Starter
2025-07-20 09:22:44 +00:00
parent 072fb5832b
commit 712ca42cab

View File

@@ -192,6 +192,7 @@ BEGIN {
# Versions History intern
my %vNotesIntern = (
"9.12.10"=> "20.07.2025 remove unnecessary debugactivetoken info ",
"9.12.9" => "20.05.2025 change cleanData ",
"9.12.8" => "04.04.2025 set verifiedversion to 9.2.3 ",
"9.12.7" => "27.01.2025 _setsnapGallery: limit getClHash to the calling FHEMWEB Device ",
@@ -11806,7 +11807,6 @@ sub cleanData {
if (AttrVal ($name, 'debugactivetoken', 0)) {
Log3 ($name, 1, "$name - Number of remaining entries in owndata Hash: ".scalar (keys %owndata));
Log3 ($name, 1, "$name - Number of remaining entries in owndata Hash: ".Dumper %owndata);
}
}