remove debug

This commit is contained in:
Isaac Connor 2017-06-23 10:04:50 -04:00
parent 25b66e9629
commit 12c3bde8b0
1 changed files with 0 additions and 1 deletions

View File

@ -153,7 +153,6 @@ sub new {
( $this->{fileName} = $0 ) =~ s|^.*/||; ( $this->{fileName} = $0 ) =~ s|^.*/||;
$this->{logPath} = $Config{ZM_PATH_LOGS}; $this->{logPath} = $Config{ZM_PATH_LOGS};
$this->{logFile} = $this->{logPath}.'/'.$this->{id}.".log"; $this->{logFile} = $this->{logPath}.'/'.$this->{id}.".log";
print "OUr logfile is at $$this{logFile}\n";
$this->{trace} = 0; $this->{trace} = 0;