2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-20 19:36: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:
dancer0705 2015-12-04 18:32:09 +00:00
parent d51a141341
commit ca61fab1a3

View File

@ -1190,7 +1190,7 @@ CUL_TCM97001_Parse($$)
return $name;
} 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) {
my $defUnknown = $modules{CUL_TCM97001}{defptr}{"Unknown"};