MOD: removed debug output
This commit is contained in:
parent
40f8951c44
commit
d5b5287e24
@ -60,7 +60,6 @@ sub SISPM_PLUG_Undef
|
|||||||
sub SISPM_PLUG_Parse
|
sub SISPM_PLUG_Parse
|
||||||
{
|
{
|
||||||
my ($hash, $msg) = @_;
|
my ($hash, $msg) = @_;
|
||||||
Log3 undef, 3, "[$module_name] MSG: " .$msg;
|
|
||||||
my ($dummy, $serial, $plug, $state) = split(' ', $msg);
|
my ($dummy, $serial, $plug, $state) = split(' ', $msg);
|
||||||
my $devSerial = $serial;
|
my $devSerial = $serial;
|
||||||
$devSerial =~s/://g;
|
$devSerial =~s/://g;
|
||||||
|
Loading…
Reference in New Issue
Block a user