summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/tlpkg/TeXLive/TLUtils.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm
index a042eca0f70..ef4827a87c4 100644
--- a/Master/tlpkg/TeXLive/TLUtils.pm
+++ b/Master/tlpkg/TeXLive/TLUtils.pm
@@ -524,7 +524,6 @@ sub install_packages {
my $container_doc_split = $fromtlpdb->config_doc_container;
foreach my $package (@$what) {
tllog($::LOG_NORMAL, "Installing: $package\n");
- print ((join "\n",@::install_packages_hook)."\n");
foreach my $h (@::install_packages_hook) {
&$h("Installing: $package");
}