浏览代码

Apply suggestions from code review

Bradford Condon 5 年之前
父节点
当前提交
192969a8eb
共有 1 个文件被更改,包括 0 次插入1 次删除
  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) {