From a1ab757d66315124f8f4f35666a0b8ff4e57f449 Mon Sep 17 00:00:00 2001 From: Ilia Ross Date: Wed, 18 Sep 2024 12:50:22 +0300 Subject: [PATCH] Fix to remove commented out line --- software/apt-lib.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/software/apt-lib.pl b/software/apt-lib.pl index 736909345..e6cc1b416 100755 --- a/software/apt-lib.pl +++ b/software/apt-lib.pl @@ -468,7 +468,6 @@ foreach my $f ($sources_list_file, glob("$sources_list_dir/*")) { { 'cannot' => 1, 'file' => $f, - # 'line' => $lnum, 'url' => $repo{'url'}, 'enabled' => !$repo{'disabled'}, 'words' => [$comp, $suite],