Browse Source

Apply suggestions from code review

Bradford Condon 5 years ago
parent
commit
192969a8eb
1 changed files with 0 additions and 1 deletions
  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) {