From a751319013347540e932c5d11ca023179a8d8ff0 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sat, 27 May 2006 01:34:51 -0700 Subject: [PATCH] remove debbugging print from Debbugs::Common --- Debbugs/Common.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/Debbugs/Common.pm b/Debbugs/Common.pm index cb788e32..fd201688 100644 --- a/Debbugs/Common.pm +++ b/Debbugs/Common.pm @@ -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; -- 2.39.5