diff options
| author | 2021-03-02 05:22:07 +0000 | |
|---|---|---|
| committer | 2021-03-02 05:23:13 +0000 | |
| commit | e0dff7cf01daa6067f1896e80b5bf9d42073efa5 (patch) | |
| tree | 72008dee0fefa921cfb8df282f488319c7898831 /modulemanager | |
| parent | Fix sending Q-line notices to snomask `a` instead of snomask `x`. (diff) | |
Fix warning about unknown sections in the contrib module manifest.
Diffstat (limited to 'modulemanager')
| -rwxr-xr-x | modulemanager | 2 |
1 files changed, 0 insertions, 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"; } } } |
