texlive[66005] Master/tlpkg/TeXLive/TLUtils.pm: disable debug output

commits+preining at tug.org commits+preining at tug.org
Tue Feb 21 14:01:21 CET 2023


Revision: 66005
          http://tug.org/svn/texlive?view=revision&revision=66005
Author:   preining
Date:     2023-02-21 14:01:20 +0100 (Tue, 21 Feb 2023)
Log Message:
-----------
disable debug output

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

Modified: trunk/Master/tlpkg/TeXLive/TLUtils.pm
===================================================================
--- trunk/Master/tlpkg/TeXLive/TLUtils.pm	2023-02-21 02:29:03 UTC (rev 66004)
+++ trunk/Master/tlpkg/TeXLive/TLUtils.pm	2023-02-21 13:01:20 UTC (rev 66005)
@@ -305,7 +305,7 @@
 sub platform {
   if (! defined $::_platform_) {
     if ($^O =~ /^MSWin/i) {
-      print STDERR "\$^O is $^O\n";
+      # print STDERR "\$^O is $^O\n";
       $::_platform_ = "windows";
     } else {
       my $config_guess = "$::installerdir/tlpkg/installer/config.guess";



More information about the tex-live-commits mailing list.