From e0dff7cf01daa6067f1896e80b5bf9d42073efa5 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 2 Mar 2021 05:22:07 +0000 Subject: Fix warning about unknown sections in the contrib module manifest. --- modulemanager | 2 -- 1 file changed, 2 deletions(-) diff --git a/modulemanager b/modulemanager index 891f309a8..67e2aacc9 100755 --- a/modulemanager +++ b/modulemanager @@ -99,8 +99,6 @@ sub parse_url { $mod->{mask} = $1; } elsif (/^source (\S+)/) { parse_url $1; - } else { - print "Unknown line in $src: $_\n"; } } } -- cgit v1.2.3