소스 검색

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),