Merge pull request #319 from phreaker0/silence-excludes

removed debug output from excludes loop
This commit is contained in:
Jim Salter 2019-03-29 11:58:50 -04:00 committed by GitHub
commit fd2823926d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -243,7 +243,6 @@ sub getchilddatasets {
if (defined $args{'exclude'}) {
my $excludes = $args{'exclude'};
foreach (@$excludes) {
print("$dataset\n");
if ($dataset =~ /$_/) {
if ($debug) { print "DEBUG: excluded $dataset because of $_\n"; }
next DATASETS;