summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLConfFile.pm
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2017-04-26 08:14:20 +0000
committerNorbert Preining <preining@logic.at>2017-04-26 08:14:20 +0000
commitf986fd958746473333cf7ecac040de4fe50e189d (patch)
tree091c40a7729e5ca5ea71546a9f7ea5aace0c1dd1 /Master/tlpkg/TeXLive/TLConfFile.pm
parent65bca31708c2650b8f98865ccfe4d453398ac56f (diff)
remove dbug message
git-svn-id: svn://tug.org/texlive/trunk@44055 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLConfFile.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLConfFile.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLConfFile.pm b/Master/tlpkg/TeXLive/TLConfFile.pm
index 481214f5241..abf378bd200 100644
--- a/Master/tlpkg/TeXLive/TLConfFile.pm
+++ b/Master/tlpkg/TeXLive/TLConfFile.pm
@@ -193,7 +193,7 @@ sub value
} 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,