Browse Source

removing a missed debug statement

Shawna Spoor 7 years ago
parent
commit
ca9d2aaaa8
1 changed files with 0 additions and 2 deletions
  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);
     }