From 12c3bde8b0b1eacb89dc851877cac823dfa08420 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Fri, 23 Jun 2017 10:04:50 -0400 Subject: [PATCH] remove debug --- scripts/ZoneMinder/lib/ZoneMinder/Logger.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/ZoneMinder/lib/ZoneMinder/Logger.pm b/scripts/ZoneMinder/lib/ZoneMinder/Logger.pm index df656d530..ee1022263 100644 --- a/scripts/ZoneMinder/lib/ZoneMinder/Logger.pm +++ b/scripts/ZoneMinder/lib/ZoneMinder/Logger.pm @@ -153,7 +153,6 @@ sub new { ( $this->{fileName} = $0 ) =~ s|^.*/||; $this->{logPath} = $Config{ZM_PATH_LOGS}; $this->{logFile} = $this->{logPath}.'/'.$this->{id}.".log"; -print "OUr logfile is at $$this{logFile}\n"; $this->{trace} = 0;