freeside/httemplate/edit part_pkg.cgi,1.46,1.47

ivan ivan at pouncequick.420.am
Wed Nov 17 05:22:57 PST 2004


Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory pouncequick:/tmp/cvs-serv31943

Modified Files:
	part_pkg.cgi 
Log Message:
#debugging cruft

Index: part_pkg.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/part_pkg.cgi,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- part_pkg.cgi	17 Nov 2004 13:19:14 -0000	1.46
+++ part_pkg.cgi	17 Nov 2004 13:22:55 -0000	1.47
@@ -231,7 +231,7 @@
 
 my %plandata = map { /^(\w+)=(.*)$/; ( $1 => $2 ); }
                     split("\n", ($clone_part_pkg||$part_pkg)->plandata );
-warn join("\n", map { "$_: $plandata{$_}" } keys %plandata ). "\n";
+#warn join("\n", map { "$_: $plandata{$_}" } keys %plandata ). "\n";
 
 tie my %options, 'Tie::IxHash', map { $_=>$plans{$_}->{'name'} } keys %plans;
 




More information about the freeside-commits mailing list