texlive[47777] Master/tlpkg/TeXLive/TLUtils.pm: remove debug

commits+preining at tug.org commits+preining at tug.org
Sun May 20 08:46:02 CEST 2018


Revision: 47777
          http://tug.org/svn/texlive?view=revision&revision=47777
Author:   preining
Date:     2018-05-20 08:46:02 +0200 (Sun, 20 May 2018)
Log Message:
-----------
remove debug statements

Modified Paths:
--------------
    trunk/Master/tlpkg/TeXLive/TLUtils.pm

Modified: trunk/Master/tlpkg/TeXLive/TLUtils.pm
===================================================================
--- trunk/Master/tlpkg/TeXLive/TLUtils.pm	2018-05-20 00:31:49 UTC (rev 47776)
+++ trunk/Master/tlpkg/TeXLive/TLUtils.pm	2018-05-20 06:46:02 UTC (rev 47777)
@@ -2488,7 +2488,6 @@
 
 # TODO TODO needs improvement, check also whether compressor prog is available!!!
 sub setup_compressor {
-  print "DEBUG: entering select compressor\n";
   my $compressor = "xz";
   if ($ENV{'TEXLIVE_COMPRESSOR'}) {
     if (TeXLive::TLUtils::member($ENV{'TEXLIVE_COMPRESSOR'}, @TeXLive::TLConfig::AcceptedCompressors)) {
@@ -2498,7 +2497,6 @@
     }
   }
   my $compressorextension = $TeXLive::TLConfig::CompressorExtension{$compressor};
-  print "DEBUG: selected compressor $compressor\n";
   return ($compressor, $compressorextension);
 }
 



More information about the tex-live-commits mailing list