IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17431


Ignore:
Timestamp:
Apr 10, 2008, 9:37:14 PM (18 years ago)
Author:
eugene
Message:

reduce unneeded verbosity

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/PS-IPP-Config/lib/PS/IPP/Metadata/Stats.pm

    r17116 r17431  
    11# Copyright (c) 2006  Paul Price, Joshua Hoblitt
    22#
    3 # $Id: Stats.pm,v 1.26 2008-03-25 03:37:47 price Exp $
     3# $Id: Stats.pm,v 1.27 2008-04-11 07:37:14 eugene Exp $
    44
    55package PS::IPP::Metadata::Stats;
     
    243243   
    244244    if ( _is_null_for_type($mdItem) and $mdItem->{class} eq 'scalar' ) {
    245         print "Stats: Ignoring NULL entry $name\n";
     245        # print "Stats: Ignoring NULL entry $name\n";
    246246        return;
    247247    }
Note: See TracChangeset for help on using the changeset viewer.