瀏覽代碼

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;
   }