From c5a001b2d94ea1a3f578b6c69855eedc38ca8335 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Tue, 23 Mar 2021 17:39:32 +0100 Subject: [PATCH] ids.cgi: Remove accidently commited commented code snipped. Signed-off-by: Stefan Schantl --- html/cgi-bin/ids.cgi | 1 - 1 file changed, 1 deletion(-) 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]; -- 2.39.5