]> git.ipfire.org Git - people/pmueller/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>
Sun, 19 Dec 2021 12:22:59 +0000 (13:22 +0100)
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
html/cgi-bin/ids.cgi

index f97970cf79d335c68a7864df9c2e5fe12a39be27..553f583cd17f1b1d3048f33beaf8ab38b04c3224 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];