diff --git a/plugins/FeedsNodeProcessor.inc b/plugins/FeedsNodeProcessor.inc index 870a609a7a4b0b50905ccc281a889c006cddf363..4c211cf861db123286e2914d4438cec3d4408ef6 100644 --- a/plugins/FeedsNodeProcessor.inc +++ b/plugins/FeedsNodeProcessor.inc @@ -238,16 +238,11 @@ class FeedsNodeProcessor extends FeedsProcessor { 'url' => array( 'name' => t('URL'), 'optional_unique' => TRUE, - ), + ), 'guid' => array( 'name' => t('GUID'), 'optional_unique' => TRUE, - ), - /* @todo: move to mapper api. - 'taxonomy' => array( - 'options' => taxonomy_get_vocabularies(), - ), - */ + ), ); // @todo: document. drupal_alter('feeds_node_processor_targets', $targets);