소스 검색

Forgot to remove dpm

Stephen Ficklin 7 년 전
부모
커밋
5751558765
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      tripal_chado/includes/tripal_chado.field_storage.inc

+ 2 - 2
tripal_chado/includes/tripal_chado.field_storage.inc

@@ -621,8 +621,8 @@ function tripal_chado_field_storage_query($query) {
     } // end if ($sort['type'] == 'field') {
   } // end foreach ($query->order as $index => $sort) {
 
-  dpm($cquery->__toString());
-  dpm($cquery->getArguments());
+  //dpm($cquery->__toString());
+  //dpm($cquery->getArguments());
 
   $records = $cquery->execute();