소스 검색

Removed print!

Lacey Sanderson 6 년 전
부모
커밋
55f3a0e866
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      tests/tripal_chado/fields/sbo__relationship_widgetTest.php

+ 0 - 2
tests/tripal_chado/fields/sbo__relationship_widgetTest.php

@@ -40,8 +40,6 @@ class sbo__relationship_widgetTest extends TripalTestCase {
          WHERE data_table=:table AND type_linker_table=''
          ORDER BY bundle_id ASC LIMIT 1",
            array(':table' => $base_table))->fetchObject();
-
-       print_r($bundle_details);
        if (isset($bundle_details->bundle_id)) {
          $bundle_id = $bundle_details->bundle_id;
        }