Turn off debug

This commit is contained in:
Isaac Connor 2017-11-27 15:43:21 -05:00
parent 9d91d4ce45
commit db5cf998ad
1 changed files with 1 additions and 1 deletions

View File

@ -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 {