[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[lintian] 02/02: c/obsolete-sites.pm: Remove no more needed, commented debug code



This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository lintian.

commit cf0c32ecb966a2fd998a9f69471776bb351ceaef
Author: Axel Beckert <abe@deuxchevaux.org>
Date:   Sat Sep 12 11:51:27 2015 +0200

    c/obsolete-sites.pm: Remove no more needed, commented debug code
---
 checks/obsolete-sites.pm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/checks/obsolete-sites.pm b/checks/obsolete-sites.pm
index 92f1bd2..8431424 100644
--- a/checks/obsolete-sites.pm
+++ b/checks/obsolete-sites.pm
@@ -62,7 +62,6 @@ sub search_for_obsolete_sites {
         my $dcontents = $dfile->file_contents;
 
         foreach my $site ($OBSOLETE_SITES->all()) {
-            #warn "$file vs $site";
             if ($dcontents
                 =~ m((\w+://(?:[\w.]*\.)?\Q$site\E[/:][^\s\"<>\$]*))i) {
                 tag 'obsolete-url-in-packaging', $file, $1;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: