MOD: removed debug output

This commit is contained in:
Dominik Meyer 2024-01-21 13:37:00 +01:00
parent 40f8951c44
commit d5b5287e24
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97
1 changed files with 0 additions and 1 deletions

View File

@ -60,7 +60,6 @@ sub SISPM_PLUG_Undef
sub SISPM_PLUG_Parse
{
my ($hash, $msg) = @_;
Log3 undef, 3, "[$module_name] MSG: " .$msg;
my ($dummy, $serial, $plug, $state) = split(' ', $msg);
my $devSerial = $serial;
$devSerial =~s/://g;