mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-20 13:26:02 +00:00
CUL_TCM97001: Remove debug output
git-svn-id: https://svn.fhem.de/fhem/trunk@10093 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
d51a141341
commit
ca61fab1a3
@ -1190,7 +1190,7 @@ CUL_TCM97001_Parse($$)
|
|||||||
|
|
||||||
return $name;
|
return $name;
|
||||||
} else {
|
} else {
|
||||||
Log3 "Unknown", 2, "xxxxxxxx $msg xxxx " . length($msg);
|
#Log3 "Unknown", 2, "xxxxxxxx $msg xxxx " . length($msg);
|
||||||
if (length($msg) == 8 || length($msg) == 10 || length($msg) == 12 || length($msg) == 14) {
|
if (length($msg) == 8 || length($msg) == 10 || length($msg) == 12 || length($msg) == 14) {
|
||||||
my $defUnknown = $modules{CUL_TCM97001}{defptr}{"Unknown"};
|
my $defUnknown = $modules{CUL_TCM97001}{defptr}{"Unknown"};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user