IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29646


Ignore:
Timestamp:
Nov 3, 2010, 8:16:04 AM (16 years ago)
Author:
rhenders
Message:

just removing some prints

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/perl/ippToPsps/Batch.pm

    r29316 r29646  
    209209    $command .= " -results $resultsFilePath";
    210210
    211     print "*\n*******************************************************************************\n\n";
    212 
    213211    # run command
    214212    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf )
    215213        = run(command => $command, verbose => $self->{_verbose});
    216 
    217     print "\n*******************************************************************************\n\n";
    218214
    219215    return $success;
Note: See TracChangeset for help on using the changeset viewer.