From 2acb3c8d0032cb4056a13d168be9be85f5607df9 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 f97970cf7..553f583cd 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];