diff options
author | ivan <ivan> | 2004-11-17 13:22:55 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-11-17 13:22:55 +0000 |
commit | 59c328d950e0d5275a1b5cf3357729212dd0e26a (patch) | |
tree | 0e33fafbba4bca8c9ecf3740b90d7890a6d97a10 /httemplate | |
parent | 3544d031fc03d9efcae02755718cb63a96ece5db (diff) |
#debugging cruft
Diffstat (limited to 'httemplate')
-rwxr-xr-x | httemplate/edit/part_pkg.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
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; |