Ignore:
Timestamp:
2017-04-20T20:31:54+12:00 (7 years ago)
Author:
ak19
Message:

Removing the debugging.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/cgiactions/modmetadataaction.pm

    r31602 r31617  
    3232# and how variables declared with 'our' are used there.
    3333
    34 # http://stackoverflow.com/questions/3998619/what-is-the-role-of-the-begin-block-in-perl
    35 # http://www.perlmonks.org/?node_id=881761 - splitting module into multiple files
    36 # http://www.perlmonks.org/?node_id=524456 - merging hashes
    37 
    3834package metadataaction;
    3935
     
    4642
    4743use JSON;
    48 
    49 
    50 BEGIN {
    51     print STDERR "In ModMeta\n";
    52 }
    5344
    5445
     
    134125        'optional-args'   => [ ] }
    135126};
    136 
    137 print STDERR "\nMODMETA_TABLE: " .join(",", keys $metadataaction::modmeta_action_table) ."\n";
    138127
    139128
     
    26702659
    26712660# not returning 1; here since this file is conditionally included by metadataction.pm
     2661# and not otherwise meant to be used on its own
     2662
Note: See TracChangeset for help on using the changeset viewer.