summaryrefslogtreecommitdiffstats
path: root/process_bug.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'process_bug.cgi')
-rwxr-xr-xprocess_bug.cgi3
1 files changed, 0 insertions, 3 deletions
diff --git a/process_bug.cgi b/process_bug.cgi
index f061d4455..582960b46 100755
--- a/process_bug.cgi
+++ b/process_bug.cgi
@@ -959,9 +959,6 @@ foreach my $id (@idlist) {
$vars->{'start_at'} = $::FORM{'longdesclength'};
$vars->{'comments'} = GetComments($id);
-
- $::FORM{'comment'} =~ s/\r\n/\n/g; # Get rid of windows-style line endings.
- $::FORM{'comment'} =~ s/\r/\n/g; # Get rid of mac-style line endings.
$::FORM{'delta_ts'} = $delta_ts;
$vars->{'form'} = \%::FORM;