30_LIGHTIFY.pm: removed log message

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@7961 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme1968
2015-02-13 19:20:52 +00:00
parent 54125489fb
commit 10c5e566cd

View File

@@ -356,7 +356,6 @@ LIGHTIFY_Parse($$)
my $name = $hash->{NAME};
$hex = uc($hex);
Log 3, $hex;
my $length = hex(substr($hex,2*1,2*1).substr($hex,2*0,2*1));
my $response = substr($hex,2*3,2*1);