Browse Source

another update to comment

Stephen Ficklin 4 years ago
parent
commit
10c5b7d4cc
1 changed files with 1 additions and 2 deletions
  1. 1 2
      tripal_chado/includes/TripalImporter/OBOImporter.inc

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

@@ -934,8 +934,7 @@ class OBOImporter extends TripalImporter {
     $this->obo_namespaces[$namespace] = $cv->cv_id;
     $this->idspaces = $idspaces;
 
-    // Add a new database for each idspace and associate it with the
-    // default CV.
+    // Add a new database for each idspace.
     foreach ($idspaces as $shortname => $idspace) {
       $this->addDB($shortname, $idspace['url'], $idspace['description']);
     }