Don't 'use Data::Dumper'; it was only there for debug

pull/539/head
Isaac Connor 2014-10-20 16:47:03 -04:00
parent 693c4b2e68
commit 9ce7da4147
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ use ZoneMinder;
use Getopt::Long;
use POSIX qw/strftime EPIPE/;
use Socket;
use Data::Dumper;
#use Data::Dumper;
use Module::Load;
use constant MAX_CONNECT_DELAY => 10;