Turn off debug
This commit is contained in:
parent
9d91d4ce45
commit
db5cf998ad
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue