]> git.ipfire.org Git - people/stevee/ipfire-2.x.git/commitdiff
ids.cgi: Remove accidently commited commented code snipped.
authorStefan Schantl <stefan.schantl@ipfire.org>
Tue, 23 Mar 2021 16:39:32 +0000 (17:39 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Tue, 3 Aug 2021 17:25:44 +0000 (19:25 +0200)
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
html/cgi-bin/ids.cgi

index 4047b91e94c4cfd8bb64a0cc46601837df4deaba..82edec013db1f00edd347e5c7e26e83b5bb45d8d 100644 (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];