Skip to content

Commit

Permalink
Merge pull request #23556 from eileenmcnaughton/import_depot
Browse files Browse the repository at this point in the history
Remove do-nothing deprecated line
  • Loading branch information
colemanw authored May 24, 2022
2 parents 95ef5a6 + d04d381 commit 2648645
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 @@ -884,11 +884,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 2648645

Please sign in to comment.