소스 검색

remove var dumps

bradford.condon 6 년 전
부모
커밋
d1c02c97c1
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  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 ($results['error']) {
-      var_dump($full_url);
-      var_dump($results);
-
       $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.',
         ['!message' => $results['message'], '!term' => $id]);