Просмотр исходного кода

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

Stephen Ficklin 6 лет назад
Родитель
Сommit
95188570e5
1 измененных файлов с 0 добавлено и 1 удалено
  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) {