IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10467


Ignore:
Timestamp:
Dec 4, 2006, 5:15:03 PM (20 years ago)
Author:
Paul Price
Message:

Removing debug.

File:
1 edited

Legend:

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

    r10465 r10467  
    11# Copyright (c) 2006  Paul Price, Joshua Hoblitt
    22#
    3 # $Id: Config.pm,v 1.10 2006-12-05 03:07:01 price Exp $
     3# $Id: Config.pm,v 1.11 2006-12-05 03:15:03 price Exp $
    44
    55package PS::IPP::Config;
     
    237237        my $name = $1;          # Environment variable name
    238238        my $value = $ENV{$name}; # Environment variable value
    239         print "Replacing $name with $value.\n";
     239#       print "Replacing $name with $value.\n";
    240240        $dir =~ s/\$\{?$name\}?/$value\//;
    241241    }
Note: See TracChangeset for help on using the changeset viewer.