diff options
author | Karl Berry <karl@freefriends.org> | 2006-11-08 01:45:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-11-08 01:45:28 +0000 |
commit | 4fd7ec838ae0467f575001e2af0106eef85b8e19 (patch) | |
tree | c5a1df6505149154eafb838086b3990e48d33c63 /Build/tools/Tpm.pm | |
parent | 3e3506eba574499faeaac29e50900d2634e5ae57 (diff) |
less debugging
git-svn-id: svn://tug.org/texlive/trunk@2402 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/tools/Tpm.pm')
-rw-r--r-- | Build/tools/Tpm.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Build/tools/Tpm.pm b/Build/tools/Tpm.pm index c9d3c88f680..8aad12d646c 100644 --- a/Build/tools/Tpm.pm +++ b/Build/tools/Tpm.pm @@ -1328,7 +1328,6 @@ sub buildPatternsPackage { map { my $e = $_; map { - warn " format $_\n"; push @run_patterns, $texmf . "/$e/$_/${name}/*" # keep fontinst/misc in fontinst: unless ($name eq "misc" && $_ eq "fontinst"); |