diff options
Diffstat (limited to 'Master/tlpkg/TeXLive/TLTREE.pm')
-rw-r--r-- | Master/tlpkg/TeXLive/TLTREE.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLTREE.pm b/Master/tlpkg/TeXLive/TLTREE.pm index d3742cfe981..a1cbb4279f7 100644 --- a/Master/tlpkg/TeXLive/TLTREE.pm +++ b/Master/tlpkg/TeXLive/TLTREE.pm @@ -178,7 +178,6 @@ sub get_matching_files { # binpatterns can have an additions specifier after the prefix: /ARCH # which specifies that these patterns are ONLY for the specified arch! if ($p =~ m!^(\w+)/(\w+)\s+(.*)$!) { - printf STDERR "FOUND ARCH DEP PATTERN $p\n"; my @foo = $self->_get_matching_files($type,"$1 $3"); $returnfiles{$2} = [ @foo ]; return(\%returnfiles); |