]> git.donarmstrong.com Git - debbugs.git/commitdiff
Remove an obsolete comment
authorPaul Wise <pabs@debian.org>
Thu, 15 Oct 2015 14:40:44 +0000 (22:40 +0800)
committerDon Armstrong <don@donarmstrong.com>
Fri, 16 Oct 2015 16:05:34 +0000 (09:05 -0700)
Debbugs/CGI/Bugreport.pm

index 1121516fe056d2f3ea1e521b50d6d6538c88fb84..b1be2ed4dfe9e954ee36b25613b02b38e174ccb9 100644 (file)
@@ -322,8 +322,6 @@ sub handle_email_message{
      my $tempdir;
      if (not blessed $record) {
          my $parser = MIME::Parser->new();
-         # Because we are using memory, not tempfiles, there's no need to
-         # clean up here like in Debbugs::MIME
          # this will be cleaned up once it goes out of scope
          $tempdir = File::Temp->newdir();
          $parser->output_under($tempdir->dirname());