remove debug
This commit is contained in:
parent
25b66e9629
commit
12c3bde8b0
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue