Remove print statements I was using to debug this script additions.

llvm-svn: 207150
This commit is contained in:
Greg Clayton 2014-04-24 22:05:25 +00:00
parent 676d4de918
commit b0d5e4d6ed
1 changed files with 0 additions and 3 deletions

View File

@ -186,8 +186,6 @@ sub build_llvm
for my $llvm_lib (@archive_files)
{
print "archive (1): $llvm_lib\n";
if (-e $llvm_lib)
{
if ($llvm_dstroot_arch_archive_modtime < (stat($llvm_lib))[9])
@ -394,7 +392,6 @@ sub create_single_llvm_archive_for_arch
for my $archive_fullpath (@archive_files)
{
print "archive (2): $archive_fullpath\n";
if (-e $archive_fullpath)
{
if ($split_into_objects)