Selaa lähdekoodia

remove var dumps

bradford.condon 6 vuotta sitten
vanhempi
commit
d1c02c97c1
1 muutettua tiedostoa jossa 0 lisäystä ja 3 poistoa
  1. 0 3
      tripal_chado/includes/TripalImporter/OBOImporter.inc

+ 0 - 3
tripal_chado/includes/TripalImporter/OBOImporter.inc

@@ -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]);