texlive[44055] Master/tlpkg/TeXLive/TLConfFile.pm: remove dbug

commits+preining at tug.org commits+preining at tug.org
Wed Apr 26 10:14:21 CEST 2017


Revision: 44055
          http://tug.org/svn/texlive?view=revision&revision=44055
Author:   preining
Date:     2017-04-26 10:14:20 +0200 (Wed, 26 Apr 2017)
Log Message:
-----------
remove dbug message

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

Modified: trunk/Master/tlpkg/TeXLive/TLConfFile.pm
===================================================================
--- trunk/Master/tlpkg/TeXLive/TLConfFile.pm	2017-04-26 08:07:29 UTC (rev 44054)
+++ trunk/Master/tlpkg/TeXLive/TLConfFile.pm	2017-04-26 08:14:20 UTC (rev 44055)
@@ -193,7 +193,7 @@
       } else {
         # select element based on first-win or last-win type
         my $ll = $key_lines[($t eq 'first-win' ? 0 : $#key_lines)];
-        print "lastwin = $ll\n";
+        #print "lastwin = $ll\n";
         if ($self{'keyvalue'}{$key}{$ll}{'value'} ne $value) {
           $self{'keyvalue'}{$key}{$ll}{'value'} = $value;
           # as long as the key/value pair is not new,



More information about the tex-live-commits mailing list