2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-08 13:24:56 +00:00

30_LIGHTIFY.pm: removed log message

git-svn-id: https://svn.fhem.de/fhem/trunk@7961 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2015-02-13 19:20:52 +00:00
parent 78135fbab1
commit 07cd34eda2

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);