From: Stefan Schantl Date: Tue, 23 Mar 2021 16:39:32 +0000 (+0100) Subject: ids.cgi: Remove accidently commited commented code snipped. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c686033127b473b9521d3d4b0942c7ee2d39ea12;p=people%2Fstevee%2Fipfire-2.x.git ids.cgi: Remove accidently commited commented code snipped. Signed-off-by: Stefan Schantl --- diff --git a/html/cgi-bin/ids.cgi b/html/cgi-bin/ids.cgi index 4047b91e94..82edec013d 100644 --- a/html/cgi-bin/ids.cgi +++ b/html/cgi-bin/ids.cgi @@ -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];