Skip to content
Snippets Groups Projects
Commit daa1d928 authored by Alex Barth's avatar Alex Barth
Browse files

Remove stray obsolete code.

parent f5404fad
No related branches found
No related tags found
No related merge requests found
...@@ -37,11 +37,6 @@ class FeedsTermProcessor extends FeedsProcessor { ...@@ -37,11 +37,6 @@ class FeedsTermProcessor extends FeedsProcessor {
} }
$term = $this->map($source, $parser_result, $term); $term = $this->map($source, $parser_result, $term);
// Add term id if available.
if (!empty($tid)) {
$term->tid = $tid;
}
// Save the term. // Save the term.
$term->feeds_importer_id = $this->id; $term->feeds_importer_id = $this->id;
$term->feed_nid = $source->feed_nid; $term->feed_nid = $source->feed_nid;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment