Changeset 6918


Ignore:
Timestamp:
2004-03-04T15:43:22+13:00 (20 years ago)
Author:
mdewsnip
Message:

Removed some code I commented out.

Location:
trunk/gsdl/perllib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/classify/BasClas.pm

    r6408 r6918  
    183183    if ($isleafclass) {
    184184    &gsprintf(STDERR, " {common.usage}: classify $classifiername [{common.options}]\n\n");
    185     # print STDERR " usage: classify $classifiername [options]\n\n";
    186185    }
    187186
     
    193192    if ($isleafclass) {
    194193        &gsprintf(STDERR, " {common.specific_options}:\n");
    195         # print STDERR " specific options:\n";
    196194    }
    197195    else {
    198196        &gsprintf(STDERR, " {common.general_options}:\n", $classifiername);
    199         # print STDERR " general options (from $classifiername):\n";
    200197    }
    201198
  • trunk/gsdl/perllib/plugins/BasPlug.pm

    r6584 r6918  
    245245    if ($isleafclass) {
    246246    &gsprintf(STDERR, " {common.usage}: plugin $pluginname [{common.options}]\n\n");
    247     # print STDERR " usage: classify $classifiername [options]\n\n";
    248247    }
    249248
     
    255254    if ($isleafclass) {
    256255        &gsprintf(STDERR, " {common.specific_options}:\n");
    257         # print STDERR " specific options:\n";
    258256    }
    259257    else {
    260258        &gsprintf(STDERR, " {common.general_options}:\n", $pluginname);
    261         # print STDERR " general options (from $classifiername):\n";
    262259    }
    263260
Note: See TracChangeset for help on using the changeset viewer.