From: Don Armstrong Date: Wed, 14 Mar 2012 16:41:38 +0000 (-0700) Subject: remove debugging code that snuck into debbugs X-Git-Tag: release/2.6.0~414^2 X-Git-Url: https://git.donarmstrong.com/?p=debbugs.git;a=commitdiff_plain;h=38b4c5d4ce1b058dc87a184a74ae34d8d8f78b22 remove debugging code that snuck into debbugs --- diff --git a/Debbugs/Status.pm b/Debbugs/Status.pm index 0d97a32..7ca77cf 100644 --- a/Debbugs/Status.pm +++ b/Debbugs/Status.pm @@ -549,11 +549,6 @@ sub new_bug { ($nn+1)."\n"); unfilelock(); my $nn_hash = get_hashname($nn); - use IO::File; - my $t_fh = IO::File->new("/home/don/temp.txt",'a') or die "Unable to open ~don/temp.txt for writing: $!"; - use Data::Dumper; - print {$t_fh} Dumper({%param,nn => $nn, nn_hash => $nn_hash, nextnumber => qx(cat nextnumber)}); - close $t_fh; if ($param{copy}) { my $c_hash = get_hashname($param{copy}); for my $file (qw(log status summary report)) {