From 6485c9f2508617715e0639210aba279add36a186 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 7 Jan 2008 09:29:16 +0000 Subject: remove debug statement git-svn-id: svn://tug.org/texlive/trunk@6083 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/TeXLive/TLTREE.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'Master/tlpkg/TeXLive/TLTREE.pm') 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); -- cgit v1.2.3