Changeset 17579


Ignore:
Timestamp:
2008-10-23T11:56:58+13:00 (16 years ago)
Author:
kjdon
Message:

removed a debug print statement

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/perllib/basebuildproc.pm

    r17564 r17579  
    427427    # update a few statistics
    428428    $self->{'num_bytes'} += $doc_obj->get_text_length ($section);
    429     print STDERR "num bytes added = ".$doc_obj->get_text_length ($section)."\n";
    430429    $self->{'num_sections'} += 1 unless ($doctype eq "classification");
    431430
Note: See TracChangeset for help on using the changeset viewer.