Can't do suspend in sendCmd

This commit is contained in:
Isaac Connor 2021-04-24 12:00:30 -04:00
parent 1dbfa0790a
commit 8d4c2afda8
1 changed files with 0 additions and 3 deletions

View File

@ -139,9 +139,6 @@ sub sendCmd {
my $result = undef;
$self->printMsg($cmd, 'Tx');
if (!$self->{Monitor}->{ModectDuringPTZ} and zmMemVerify($self->{Monitor})) {
zmMonitorSuspend($$self{Monitor});
}
my $res = $self->{ua}->get($$self{base_url}.$cmd);