From db5cf998add345abc2fae2a79c08b8532e5801f7 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Mon, 27 Nov 2017 15:43:21 -0500 Subject: [PATCH] Turn off debug --- scripts/ZoneMinder/lib/ZoneMinder/Object.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ZoneMinder/lib/ZoneMinder/Object.pm b/scripts/ZoneMinder/lib/ZoneMinder/Object.pm index 44351de65..4f7538548 100644 --- a/scripts/ZoneMinder/lib/ZoneMinder/Object.pm +++ b/scripts/ZoneMinder/lib/ZoneMinder/Object.pm @@ -47,7 +47,7 @@ use vars qw/ $AUTOLOAD $log $dbh/; *log = \$ZoneMinder::Logger::logger; *dbh = \$ZoneMinder::Database::dbh; -my $debug = 1; +my $debug = 0; use constant DEBUG_ALL=>0; sub new {