Debug removed

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@2414 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2013-01-03 13:32:48 +00:00
parent d688628281
commit b039a7fcb8

View File

@@ -392,8 +392,6 @@ FHT_Parse($$)
{
my ($hash, $msg) = @_;
Log 1, "FHTVAL0: >$msg< ". length($msg);
$msg = lc($msg);
my $dev = substr($msg, 16, 4);
my $cde = substr($msg, 20, 2);