remove debug code
This commit is contained in:
parent
524a2608a8
commit
9edfda6491
1 changed files with 0 additions and 1 deletions
|
|
@ -113,7 +113,6 @@ sub find {
|
|||
my @excludePatterns = map { s/(?<!\.)\*/.*/g; $_; } grep { /\*/ } @{ $options->{exclude} };
|
||||
if (@excludePatterns) {
|
||||
my $pattern = join q{|}, @excludePatterns;
|
||||
warn $pattern;
|
||||
my $exclusions = qr/$pattern/;
|
||||
@modules = grep { ! m/$exclusions/ } @modules;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue