|
@@ -1020,9 +1020,6 @@ class OBOImporter extends TripalImporter {
|
|
|
|
|
|
// If EBI sent an error message then throw an error.
|
|
// If EBI sent an error message then throw an error.
|
|
if ($results['error']) {
|
|
if ($results['error']) {
|
|
- var_dump($full_url);
|
|
|
|
- var_dump($results);
|
|
|
|
-
|
|
|
|
$this->logMessage('Cannot find the term via an EBI OLS lookup: !term. ' .
|
|
$this->logMessage('Cannot find the term via an EBI OLS lookup: !term. ' .
|
|
'EBI Reported: !message. Consider finding the OBO file for this ontology and manually loading it first.',
|
|
'EBI Reported: !message. Consider finding the OBO file for this ontology and manually loading it first.',
|
|
['!message' => $results['message'], '!term' => $id]);
|
|
['!message' => $results['message'], '!term' => $id]);
|