summaryrefslogtreecommitdiffstats
path: root/CGI.pl
diff options
context:
space:
mode:
Diffstat (limited to 'CGI.pl')
-rw-r--r--CGI.pl5
1 files changed, 0 insertions, 5 deletions
diff --git a/CGI.pl b/CGI.pl
index 1b556bc71..ff2db2feb 100644
--- a/CGI.pl
+++ b/CGI.pl
@@ -396,11 +396,6 @@ sub GetBugActivity {
$changes = [];
}
- if ($fieldname eq 'deadline') {
- $removed = time2str("%Y-%m-%d", str2time($removed));
- $added = time2str("%Y-%m-%d", str2time($added));
- }
-
$operation->{'who'} = $who;
$operation->{'when'} = $when;