]> git.donarmstrong.com Git - debbugs.git/commitdiff
remove debbugging print from Debbugs::Common
authorDon Armstrong <don@volo>
Sat, 27 May 2006 08:34:51 +0000 (01:34 -0700)
committerDon Armstrong <don@volo>
Sat, 27 May 2006 08:34:51 +0000 (01:34 -0700)
Debbugs/Common.pm

index cb788e329a5d831dcf57646e2b6a58f961912cd7..fd20168865e1d93411ffc4b4056e77f781b594f8 100644 (file)
@@ -177,7 +177,6 @@ sub getbuglocation {
     my ($bugnum, $ext) = @_;
     my $archdir = get_hashname($bugnum);
     return 'archive' if -r getlocationpath('archive')."/$archdir/$bugnum.$ext";
-    print STDERR getlocationpath('db-h')."/$archdir/$bugnum.$ext\n";
     return 'db-h' if -r getlocationpath('db-h')."/$archdir/$bugnum.$ext";
     return 'db' if -r getlocationpath('db')."/$bugnum.$ext";
     return undef;