summaryrefslogtreecommitdiffstats
path: root/editcomponents.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'editcomponents.cgi')
-rwxr-xr-xeditcomponents.cgi3
1 files changed, 0 insertions, 3 deletions
diff --git a/editcomponents.cgi b/editcomponents.cgi
index 5ed7a28d7..f57036665 100755
--- a/editcomponents.cgi
+++ b/editcomponents.cgi
@@ -856,6 +856,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";
-}