From: ivan Date: Wed, 17 Nov 2004 13:22:55 +0000 (+0000) Subject: #debugging cruft X-Git-Tag: BEFORE_FINAL_MASONIZE~853 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;ds=inline;h=59c328d950e0d5275a1b5cf3357729212dd0e26a;hp=3544d031fc03d9efcae02755718cb63a96ece5db;p=freeside.git #debugging cruft --- diff --git a/httemplate/edit/part_pkg.cgi b/httemplate/edit/part_pkg.cgi index cd07ac3f5..6a06c3525 100755 --- a/httemplate/edit/part_pkg.cgi +++ b/httemplate/edit/part_pkg.cgi @@ -231,7 +231,7 @@ tie my %plans, 'Tie::IxHash', %{ FS::part_pkg::plan_info() }; 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;