From: minima Date: Wed, 10 Oct 2001 08:39:01 +0000 (+0000) Subject: remove removal of debug files from startup X-Git-Tag: R_1_49~46 X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?p=spider.git;a=commitdiff_plain;h=f5028d38602385a6614c6234fa4165ee4f9e159c remove removal of debug files from startup --- diff --git a/perl/cluster.pl b/perl/cluster.pl index 8798392b..61478887 100755 --- a/perl/cluster.pl +++ b/perl/cluster.pl @@ -466,12 +466,6 @@ eval { }; dbg("Local::init error $@") if $@; -dbg("cleaning out old debug files"); -DXDebug::dbgclean(); - -# print various flags -#dbg("seful info - \$^D: $^D \$^W: $^W \$^S: $^S \$^P: $^P"); - # this, such as it is, is the main loop! dbg("orft we jolly well go ..."); my $script = new Script "startup";