瀏覽代碼

Forgot to remove dpms

Stephen Ficklin 8 年之前
父節點
當前提交
0ef2f7267a
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      tripal_chado/includes/TripalFields/sbo__relationship/sbo__relationship_formatter.inc

+ 0 - 2
tripal_chado/includes/TripalFields/sbo__relationship/sbo__relationship_formatter.inc

@@ -120,8 +120,6 @@ class sbo__relationship_formatter extends ChadoFieldFormatter {
     // once we have our table array structure defined, we call Drupal's theme_table()
     // function to generate the table.
     if (count($items) > 0) {
-      dpm(debug_backtrace());
-      dpm(theme_table($table));
       $element[0] = array(
         '#type' => 'markup',
         '#markup' => theme_table($table),