From 1f43fcbfe34bb248333af927d78a79a67dd77d90 Mon Sep 17 00:00:00 2001 From: Paul Wise Date: Thu, 15 Oct 2015 22:40:44 +0800 Subject: [PATCH] Remove an obsolete comment --- Debbugs/CGI/Bugreport.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/Debbugs/CGI/Bugreport.pm b/Debbugs/CGI/Bugreport.pm index 1121516..b1be2ed 100644 --- a/Debbugs/CGI/Bugreport.pm +++ b/Debbugs/CGI/Bugreport.pm @@ -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()); -- 2.39.2