Ignore:
Timestamp:
2012-07-19T11:47:13+12:00 (12 years ago)
Author:
kjdon
Message:

removed two forgotten debug statements

File:
1 edited

Legend:

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

    r25961 r25971  
    242242    $rxf_self->{'parser'}->{'PluginObj'} = $self;
    243243
    244     print STDERR "doc type = $self->{'documenttype'}\n";
    245244    return bless $self, $class;
    246245}
     
    577576
    578577    # set the document type
    579     print STDERR "close doc, doc type = $self->{'documenttype'}\n";
    580578    my $final_doc_type = "";
    581579    if ($self->{'documenttype'} eq "auto") {
Note: See TracChangeset for help on using the changeset viewer.