diff options
author | Norbert Preining <preining@logic.at> | 2016-04-12 06:13:20 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2016-04-12 06:13:20 +0000 |
commit | 4088fa98e12fce781d667128e93f04a006bf2be4 (patch) | |
tree | c641c5a62115098cd9a1e8116020dd1015cf125c /Master/texmf-dist | |
parent | 98238815b3c416ebb82c13c5ed1083b33085df8f (diff) |
get rid of verify_download, fix verifications
git-svn-id: svn://tug.org/texlive/trunk@40460 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rwxr-xr-x | Master/texmf-dist/scripts/texlive/tlmgr.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl index 6df9eed7c96..d4f152e985f 100755 --- a/Master/texmf-dist/scripts/texlive/tlmgr.pl +++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl @@ -5876,7 +5876,6 @@ END_NO_INTERNET } elsif ($ret > 0) { # no problem, checksum is wrong, we need to get new tlpdb } else { - debug("checksum of local copy identical with remote hash\n"); $remotetlpdb = TeXLive::TLPDB->new(root => $location, tlpdbfile => $loc_copy_of_remote_tlpdb); $local_copy_tlpdb_used = 1; |