소스 검색

removing a left over debug statement

Shawna Spoor 7 년 전
부모
커밋
cbf08e774f
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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);
   }