Skip to content

Commit

Permalink
Remove do-nothing deprecated line
Browse files Browse the repository at this point in the history
  • Loading branch information
eileenmcnaughton committed May 24, 2022
1 parent ca13ec4 commit d04d381
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions CRM/Contact/Import/Parser/Contact.php
Original file line number Diff line number Diff line change
Expand Up @@ -934,11 +934,6 @@ private function formatCommonData($params, &$formatted, $contactFields) {
if (!empty($value['location_type_id'])) {
$this->formatLocationBlock($value, $formatted);
}
else {
// @todo - this is still reachable - e.g. import with related contact info like firstname,lastname,spouse-first-name,spouse-last-name,spouse-home-phone
CRM_Core_Error::deprecatedFunctionWarning('this is not expected to be reachable now');
$this->formatContactParameters($value, $formatted);
}
}
}
if (!$isAddressCustomField) {
Expand Down

0 comments on commit d04d381

Please sign in to comment.