瀏覽代碼

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=''
          WHERE data_table=:table AND type_linker_table=''
          ORDER BY bundle_id ASC LIMIT 1",
          ORDER BY bundle_id ASC LIMIT 1",
            array(':table' => $base_table))->fetchObject();
            array(':table' => $base_table))->fetchObject();
-
-       print_r($bundle_details);
        if (isset($bundle_details->bundle_id)) {
        if (isset($bundle_details->bundle_id)) {
          $bundle_id = $bundle_details->bundle_id;
          $bundle_id = $bundle_details->bundle_id;
        }
        }