Преглед на файлове

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);
     }