CUL_TCM97001: Remove debug output

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@10093 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
dancer0705
2015-12-04 18:32:09 +00:00
parent a0bce55dac
commit b09309cf3d

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"};