summaryrefslogtreecommitdiffstats
path: root/editmilestones.cgi
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2004-03-27 13:35:37 +0100
committerjustdave%syndicomm.com <>2004-03-27 13:35:37 +0100
commit38bb9a560a8478f1aa4bae331fa67b691079c797 (patch)
treee254c34fc343ec6ad624467c770844647e360f16 /editmilestones.cgi
parent4df1c8fd665e5fc7c66e265b1f32b75837ae719f (diff)
downloadbugzilla-38bb9a560a8478f1aa4bae331fa67b691079c797.tar.gz
bugzilla-38bb9a560a8478f1aa4bae331fa67b691079c797.tar.xz
Bug 235265: Getting rid of some unwanted form value dumps.
Patch by Jouni Heikniemi <jouni@heikniemi.net> r= justdave, kiko; a= justdave
Diffstat (limited to 'editmilestones.cgi')
-rwxr-xr-xeditmilestones.cgi3
1 files changed, 0 insertions, 3 deletions
diff --git a/editmilestones.cgi b/editmilestones.cgi
index e707cf46d..e5c8844bd 100755
--- a/editmilestones.cgi
+++ b/editmilestones.cgi
@@ -569,6 +569,3 @@ if ($action eq 'update') {
PutHeader("Error");
print "I don't have a clue what you want.<BR>\n";
-foreach ( sort keys %::FORM) {
- print "$_: $::FORM{$_}<BR>\n";
-}