removed debug output from excludes loop

This commit is contained in:
Christoph Klaffl 2019-01-07 12:08:55 +01:00
parent 582ab5b715
commit e4e90659a1
No known key found for this signature in database
GPG Key ID: FC1C525C2A47CC28
1 changed files with 0 additions and 1 deletions

View File

@ -213,7 +213,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;