IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 40343


Ignore:
Timestamp:
Feb 8, 2018, 1:46:20 PM (8 years ago)
Author:
watersc1
Message:

I think I trust the cull host ordering now, so I'm removing that clutter from the output log.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/rawcheck_mddb.pl

    r40340 r40343  
    551551                    @cull_order = sort { $sorting_hash{$b} <=> $sorting_hash{$a} } @cull_order;
    552552                   
    553                     my $tmp = join ' ', @cull_order;
    554                     print "$exp_id $site $tmp\n";
     553#                   my $tmp = join ' ', @cull_order;
     554#                   print "$exp_id $site $tmp\n";
    555555                    for ($i = 0; $i < ($instance_count{$site} - $requirement_map{$site}); $i++) {
    556556                        my $f = $cull_order[$i];
Note: See TracChangeset for help on using the changeset viewer.