Ignore:
Timestamp:
2011-08-02T17:53:18+12:00 (13 years ago)
Author:
ak19
Message:

Dr Bainbridge accidentally committed debugging statements. Removing them.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/plugins/ConvertBinaryFile.pm

    r24290 r24360  
    488488     my $tmp_dir = $self->{'tmp_dir'};
    489489     if (defined $tmp_dir && -d $tmp_dir) {
    490      print STDERR "**** Supressing clean up of tmp dir\n";
    491      ##&util::rm_r($tmp_dir);
     490     ##print STDERR "**** Supressing clean up of tmp dir\n";
     491     &util::rm_r($tmp_dir);
    492492     $self->{'tmp_dir'} = undef;
    493493     }
Note: See TracChangeset for help on using the changeset viewer.