From 4fd7ec838ae0467f575001e2af0106eef85b8e19 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 8 Nov 2006 01:45:28 +0000 Subject: less debugging git-svn-id: svn://tug.org/texlive/trunk@2402 c570f23f-e606-0410-a88d-b1316a301751 --- Build/tools/FileUtils.pm | 2 +- Build/tools/Tpm.pm | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'Build') diff --git a/Build/tools/FileUtils.pm b/Build/tools/FileUtils.pm index 2b0bacd9c28..431c0f10c94 100644 --- a/Build/tools/FileUtils.pm +++ b/Build/tools/FileUtils.pm @@ -196,7 +196,7 @@ sub walk_dir { my ($dir, $proc, $prune) = @_; my (@l, $f, $done, $src, $DIR); - print " walking $dir with $proc, $prune\n" if $::opt_debug; + #print " walking $dir with $proc, $prune\n" if $::opt_debug; if ((! $prune) || ($prune && ! &{$prune}($dir))) { $done = 0; 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"); -- cgit v1.2.3