소스 검색

Update tripal.entities.api.inc

Bradford Condon 7 년 전
부모
커밋
fc46ec3ae1
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      tripal/api/tripal.entities.api.inc

+ 0 - 1
tripal/api/tripal.entities.api.inc

@@ -1124,7 +1124,6 @@ function theme_token_list($tokens) {
  */
 
 function tripal_entity_label($entity) {
-  dpm($entity);
   if (property_exists($entity, 'title')) {
     return $entity->title;
   }