소스 검색

Removed a dpm

Stephen Ficklin 8 년 전
부모
커밋
920b82449d
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      tripal/includes/TripalFieldQuery.inc

+ 0 - 1
tripal/includes/TripalFieldQuery.inc

@@ -28,7 +28,6 @@ class TripalFieldQuery extends EntityFieldQuery {
 
       // Initialize the results array.
       $results = array();
-      dpm($this->field_storage);
 
       // Iterate through the field storage types and call each one.
       foreach ($this->field_storage as $storage_type => $storage_module) {