]> git.donarmstrong.com Git - debbugs.git/commitdiff
remove debugging code that snuck into debbugs
authorDon Armstrong <don@donarmstrong.com>
Wed, 14 Mar 2012 16:41:38 +0000 (09:41 -0700)
committerDon Armstrong <don@donarmstrong.com>
Wed, 14 Mar 2012 16:41:38 +0000 (09:41 -0700)
Debbugs/Status.pm

index 0d97a323b5c1adcdba61013890e15ac6c0b153c4..7ca77cf5ea6c05584adfae20092c900b0bc635f2 100644 (file)
@@ -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)) {