mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-10 02:55:55 +02:00
ids.cgi: Remove accidently commited commented code snipped.
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user