IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14086


Ignore:
Timestamp:
Jul 9, 2007, 11:06:22 AM (19 years ago)
Author:
eugene
Message:

comment out excess verbosity

File:
1 edited

Legend:

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

    r14049 r14086  
    11# Copyright (c) 2006  Paul Price, Joshua Hoblitt
    22#
    3 # $Id: Stats.pm,v 1.20 2007-07-07 01:45:03 eugene Exp $
     3# $Id: Stats.pm,v 1.21 2007-07-09 21:06:22 eugene Exp $
    44
    55package PS::IPP::Metadata::Stats;
     
    138138            $self->_parse_metadata_stats($entry->{value});
    139139        }
    140         if (defined $entry->{value}) {
    141             print STDERR "found $entry->{name} : $entry->{value}\n";
    142         }
     140        #if (defined $entry->{value}) {
     141        #    print STDERR "found $entry->{name} : $entry->{value}\n";
     142        #}
    143143        $self->_check_values($entry);
    144144   }
Note: See TracChangeset for help on using the changeset viewer.