2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-20 01:06:04 +00:00

WMBus: remove debug output

git-svn-id: https://svn.fhem.de/fhem/trunk@20586 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
kaihs 2019-11-25 18:30:30 +00:00
parent f65941eeca
commit 628e8ebde6

View File

@ -2189,7 +2189,7 @@ sub decodeLinkLayer($$)
#printf("lfield %d\n", $self->{lfield});
if ($self->{frame_type} eq FRAME_TYPE_A) {
print "FRAME TYPE A\n";
#print "FRAME TYPE A\n";
if ($self->{crc_size} > 0) {
$self->{crc0} = unpack('n', substr($linklayer,TL_BLOCK_SIZE, $self->{crc_size}));