ids.cgi: Remove accidently commited commented code snipped.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
Stefan Schantl
2021-03-23 17:39:32 +01:00
parent bb4c30c653
commit 2acb3c8d00

View File

@@ -986,7 +986,6 @@ END
my $col = "";
# Loop through all entries of the hash.
#while( (my $id) = each %used_providers) {
foreach my $id (sort keys(%used_providers)) {
# Assign data array positions to some nice variable names.
my $provider = $used_providers{$id}[0];