Browse Source

removing a left over debug statement

Shawna Spoor 7 years ago
parent
commit
cbf08e774f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tripal_ds/tripal_ds.module

+ 0 - 1
tripal_ds/tripal_ds.module

@@ -407,7 +407,6 @@ function tripal_ds_update_ds_layout($bundle_name, $field_name, $tripal_pane_name
         $layout_info['fields'][$tripal_pane_name] = 'right';
       }
     }
-    watchdog('debug', '<pre>$layout_info: '. print_r($layout_info, TRUE) .'</pre>');
     //Update the ds_layout_settings table with the new layout info.
     drupal_write_record('ds_layout_settings', $layout_info);
   }