Remove debug code.
This commit is contained in:
parent
d0648ecbbf
commit
daf9284b55
1 changed files with 0 additions and 2 deletions
|
|
@ -780,8 +780,6 @@ sub www_getCredentials {
|
|||
name => 'zipcode',
|
||||
value => $form->process("zipcode") || $addressData->{ code } || $u->profileField('homeZip'),
|
||||
});
|
||||
$session->log->warn("form: ". $form->process("country",'country'));
|
||||
$session->log->warn("addressData: ". $addressData->{country});
|
||||
$var->{countryField} = WebGUI::Form::country($session, {
|
||||
name => 'country',
|
||||
value => ($form->process("country",'country', '') || $addressData->{ country } || $u->profileField("homeCountry") || 'United States of A'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue