Index: /trunk/PS-IPP-Config/lib/PS/IPP/Config.pm
===================================================================
--- /trunk/PS-IPP-Config/lib/PS/IPP/Config.pm	(revision 10466)
+++ /trunk/PS-IPP-Config/lib/PS/IPP/Config.pm	(revision 10467)
@@ -1,5 +1,5 @@
 # Copyright (c) 2006  Paul Price, Joshua Hoblitt
 #
-# $Id: Config.pm,v 1.10 2006-12-05 03:07:01 price Exp $
+# $Id: Config.pm,v 1.11 2006-12-05 03:15:03 price Exp $
 
 package PS::IPP::Config;
@@ -237,5 +237,5 @@
 	my $name = $1;		# Environment variable name
 	my $value = $ENV{$name}; # Environment variable value
-	print "Replacing $name with $value.\n";
+#	print "Replacing $name with $value.\n";
 	$dir =~ s/\$\{?$name\}?/$value\//;
     }
