소스 검색

removing a missed debug statement

Shawna Spoor 7 년 전
부모
커밋
ca9d2aaaa8
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      tripal_chado/includes/TripalImporter/OBOImporter.inc

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

@@ -419,8 +419,6 @@ class OBOImporter extends TripalImporter {
     // Upate the cvtermpath table for each newly added CV.
     $this->logMessage("Updating cvtermpath table.  This may take a while...");
     foreach ($this->newcvs as $namespace => $cvid) {
-      print_r($cv_id);
-      print_r("\n");
       $this->logMessage("- Loading paths for @vocab", array('@vocab' => $namespace));
       tripal_update_cvtermpath($cvid);
     }