diff options
author | Norbert Preining <preining@logic.at> | 2008-01-07 09:29:16 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-01-07 09:29:16 +0000 |
commit | 6485c9f2508617715e0639210aba279add36a186 (patch) | |
tree | 78b7479f2d8872852132c3d5ccd702e6b423b614 /Master/tlpkg/TeXLive/TLTREE.pm | |
parent | ba708ac12088fdfb15b93721cc3aa89c7798901a (diff) |
remove debug statement
git-svn-id: svn://tug.org/texlive/trunk@6083 c570f23f-e606-0410-a88d-b1316a301751
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); |