Sfoglia il codice sorgente

Oh, I found a useless line of code that broke the NewickImporter

Stephen Ficklin 6 anni fa
parent
commit
95188570e5
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      tripal_chado/includes/TripalImporter/NewickImporter.inc

+ 0 - 1
tripal_chado/includes/TripalImporter/NewickImporter.inc

@@ -108,7 +108,6 @@ class NewickImporter extends TripalImporter {
       '#maxlength' => 255,
     ];
 
-    $type_cv = tripal_get_default_cv('phylotree', 'type_id');
     $so_cv = chado_get_cv(['name' => 'sequence']);
     $cv_id = $so_cv->cv_id;
     if (!$so_cv) {