From 38b4c5d4ce1b058dc87a184a74ae34d8d8f78b22 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 14 Mar 2012 09:41:38 -0700 Subject: [PATCH] remove debugging code that snuck into debbugs --- Debbugs/Status.pm | 5 ----- 1 file changed, 5 deletions(-) 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)) { -- 2.39.2