Bladeren bron

forgot to take out some logging before pushing

Shawna Spoor 6 jaren geleden
bovenliggende
commit
ffe7c37d82
1 gewijzigde bestanden met toevoegingen van 0 en 1 verwijderingen
  1. 0 1
      tripal/api/tripal.entities.api.inc

+ 0 - 1
tripal/api/tripal.entities.api.inc

@@ -981,7 +981,6 @@ function tripal_get_bundle_variable($variable_name, $bundle_id, $default = FALSE
     ->condition('var.variable_id', $variable->variable_id)
     ->condition('var.variable_id', $variable->variable_id)
     ->execute()
     ->execute()
     ->fetchField();
     ->fetchField();
-  watchdog('debug', '<pre>$tripal_get_bundle_variable value: ' . print_r($value, true) . '</pre>');
 
 
   // Warn if the value appears to be empty.
   // Warn if the value appears to be empty.
   if (!$value) {
   if (!$value) {