IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 30, 2006, 4:24:27 PM (20 years ago)
Author:
Paul Price
Message:

Removing debugging print statement.

File:
1 edited

Legend:

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

    r10126 r10332  
    11# Copyright (c) 2006  Paul Price, Joshua Hoblitt
    22#
    3 # $Id: Config.pm,v 1.6 2006-11-22 01:21:03 price Exp $
     3# $Id: Config.pm,v 1.7 2006-12-01 02:24:27 price Exp $
    44
    55package PS::IPP::Config;
     
    191191    return undef unless defined $dir;
    192192
    193     print "Checking $dir\n";
    194 
    195193    while ($dir =~ /\$\{?(\w*)[\}\/:]?/) {
    196194        my $name = $1;          # Environment variable name
Note: See TracChangeset for help on using the changeset viewer.