texlive[65964] Master/tlpkg/TeXLive/TLPDB.pm: (platform): disable

commits+karl at tug.org commits+karl at tug.org
Mon Feb 20 18:13:02 CET 2023


Revision: 65964
          http://tug.org/svn/texlive?view=revision&revision=65964
Author:   karl
Date:     2023-02-20 18:13:02 +0100 (Mon, 20 Feb 2023)
Log Message:
-----------
(platform): disable debugging

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

Modified: trunk/Master/tlpkg/TeXLive/TLPDB.pm
===================================================================
--- trunk/Master/tlpkg/TeXLive/TLPDB.pm	2023-02-20 17:02:49 UTC (rev 65963)
+++ trunk/Master/tlpkg/TeXLive/TLPDB.pm	2023-02-20 17:13:02 UTC (rev 65964)
@@ -1,6 +1,6 @@
 # $Id$
 # TeXLive::TLPDB.pm - tlpdb plain text database files.
-# Copyright 2007-2021 Norbert Preining
+# Copyright 2007-2023 Norbert Preining
 # This file is licensed under the GNU General Public License version 2
 # or any later version.
 
@@ -1187,10 +1187,10 @@
   # try to deduce the platform
   my $self = shift;
   my $ret = $self->setting("platform");
-  print STDERR "platform $ret set in tlpdb\n" if defined $ret;
+  #print STDERR "platform $ret set in tlpdb\n" if defined $ret;
   return $ret if defined $ret;
   # the platform setting wasn't found in the tlpdb, try TLUtils::platform
-  print STDERR "Setting platform to ",TeXLive::TLUtils::platform(), "\n";
+  #print STDERR "Setting platform to ",TeXLive::TLUtils::platform(), "\n";
   return TeXLive::TLUtils::platform();
 }
 



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