From: minima Date: Tue, 8 Jan 2002 12:34:14 +0000 (+0000) Subject: remove debugging X-Git-Tag: R_1_50~105 X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=commitdiff_plain;h=b16824ddf487ad9f0502473d4908c7080655bde7;p=spider.git remove debugging --- diff --git a/cmd/save.pl b/cmd/save.pl index 9bb74ddd..1689d387 100644 --- a/cmd/save.pl +++ b/cmd/save.pl @@ -24,7 +24,7 @@ if ($line =~ /-a/) { # append to the file $app_req = '>>'; } -$DB::single = 1; +#$DB::single = 1; my ($fn, $rest) = split /\s+/, $line, 2; $fn = "$main::root/packclus/$fn" unless $fn =~ m|^/|;