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=e70e931e94a5dd5d10cd9c82fe4b3a10ea2f0740;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 f97970cf79..553f583cd1 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];