Remove debug

pull/3795/head
Isaac Connor 2023-12-18 11:39:52 -05:00
parent 4e2dd31cdc
commit 591e900fcf
1 changed files with 0 additions and 1 deletions

View File

@ -245,7 +245,6 @@ sub Sql {
} elsif ( $term->{attr} =~ /^MonitorName/ ) {
$value = "'$temp_value'";
} elsif ( $term->{attr} =~ /ServerId/) {
Debug("ServerId, temp_value is ($temp_value) ($ZoneMinder::Config::Config{ZM_SERVER_ID})");
if ( $temp_value eq 'ZM_SERVER_ID' ) {
$value = "'$ZoneMinder::Config::Config{ZM_SERVER_ID}'";
# This gets used later, I forget for what