From 5a245e4147336f470606e4096a61b6d4c62912dc Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 12 Apr 2010 18:03:12 +0000 Subject: rm typespec, just speciments of nonfree fonts git-svn-id: svn://tug.org/texlive/trunk@17826 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/cmp-textfiles | 2 -- 1 file changed, 2 deletions(-) (limited to 'Master/tlpkg/bin/cmp-textfiles') diff --git a/Master/tlpkg/bin/cmp-textfiles b/Master/tlpkg/bin/cmp-textfiles index bfa347a7138..88897294f4a 100755 --- a/Master/tlpkg/bin/cmp-textfiles +++ b/Master/tlpkg/bin/cmp-textfiles @@ -19,8 +19,6 @@ END_USAGE my $file1 = &read_file ($ARGV[0]); my $file2 = &read_file ($ARGV[1]); - warn "($ARGV[0])\n$file1!!!\n"; - warn "($ARGV[1])\n$file2===\n"; return $file1 eq $file2 ? 0 : 1; } -- cgit v1.2.3