Procházet zdrojové kódy

forgot to take out some logging before pushing

Shawna Spoor před 6 roky
rodič
revize
ffe7c37d82
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  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)
     ->execute()
     ->fetchField();
-  watchdog('debug', '<pre>$tripal_get_bundle_variable value: ' . print_r($value, true) . '</pre>');
 
   // Warn if the value appears to be empty.
   if (!$value) {