diff --git a/scripts/ZoneMinder/lib/ZoneMinder/Control/Amcrest_HTTP.pm b/scripts/ZoneMinder/lib/ZoneMinder/Control/Amcrest_HTTP.pm index 8d7873b8e..14d1eb8e3 100644 --- a/scripts/ZoneMinder/lib/ZoneMinder/Control/Amcrest_HTTP.pm +++ b/scripts/ZoneMinder/lib/ZoneMinder/Control/Amcrest_HTTP.pm @@ -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);