Browse Source

Update tripal/includes/tripal.bulk_update.inc

Co-Authored-By: spficklin <spficklin@gmail.com>
Bradford Condon 6 years ago
parent
commit
3df51bddd2
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tripal/includes/tripal.bulk_update.inc

+ 0 - 1
tripal/includes/tripal.bulk_update.inc

@@ -21,7 +21,6 @@ function tripal_update_all_urls_and_titles($bundle_id, $update, $type) {
   preg_match_all("/\[.*?\]/", $update, $bundle_tokens);
 
   $fields = array();
-  print_r($bundle_tokens);
   foreach ($bundle_tokens as $bundle_token) {
     $elements = explode(',', $bundle_token[0]);
     $field_name = array_shift($elements);