remove debugging
[spider.git] / cmd / save.pl
index 9bb74dddc914ce585c2826483e63e0cec4621545..1689d38751313aeb76c58699f58a0df4c55d0580 100644 (file)
@@ -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|^/|;