Ver Fonte

Apply suggestions from code review

Bradford Condon há 5 anos atrás
pai
commit
192969a8eb
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      tripal_chado/includes/tripal_chado.db.inc

+ 0 - 1
tripal_chado/includes/tripal_chado.db.inc

@@ -94,7 +94,6 @@ function tripal_chado_db_edit_form($form, &$form_state) {
       '#value' => t('Update'),
     ];
 
-    // Assert we have some configuration in our database.
     $dbxref_count = chado_query('select count(dbxref_id) from {dbxref} WHERE db_id = :db_id', [':db_id' => $dbid])->fetchField();
 
     if ($dbxref_count == 0) {