Skip to content
Snippets Groups Projects
Commit 5d56305c authored by eileen's avatar eileen
Browse files

Remove some orphan code

parent eabb3dc0
Branches
Tags
No related merge requests found
......@@ -9,7 +9,6 @@
+--------------------------------------------------------------------+
*/
use Civi\Api4\Contact;
use Civi\Api4\County;
use Civi\Api4\RelationshipType;
use Civi\Api4\StateProvince;
......@@ -273,18 +272,6 @@ class CRM_Contact_Import_Parser_Contact extends CRM_Import_Parser {
}
}
}
//now format custom data.
foreach ($params as $key => $field) {
if (in_array($key, $metadataBlocks, TRUE)) {
// This location block is already fully handled at this point.
continue;
}
if ($key == 'id' && isset($field)) {
$formatted[$key] = $field;
}
}
// parse street address, CRM-5450
if ($this->isParseStreetAddress()) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment