diff --git a/tripal_chado/src/Plugin/TripalImporter/TaxonomyImporter.php b/tripal_chado/src/Plugin/TripalImporter/TaxonomyImporter.php index 365317ca4..d024f2cd7 100644 --- a/tripal_chado/src/Plugin/TripalImporter/TaxonomyImporter.php +++ b/tripal_chado/src/Plugin/TripalImporter/TaxonomyImporter.php @@ -551,7 +551,6 @@ private function updateExisting($root_taxon = NULL) { if (!empty($api_key)) { $search_url .= "&api_key=" . $api_key; } -$ffh = fopen('https://will.fail. .surely', "r"); // Try to trigger the failure but not affect loading $rfh = NULL; // Query NCBI. To accomodate occasional glitches, retry up to three times. $retries = 3; @@ -807,7 +806,6 @@ private function importRecord($taxid, $root_taxon = NULL, $organism = NULL) { // Query NCBI. To accomodate occasional glitches, retry up to three times. $xml = FALSE; -$ffh = fopen('https://will.fail. .surely', "r"); // Try to trigger the failure but not affect loading $rfh = NULL; $retries = 3; while (($retries > 0) and (!$rfh)) {