소스 검색

Remove testing dump

Abdullah Almsaeed 8 년 전
부모
커밋
95a6a16e79
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      tripal_core/api/tripal_core.jobs.api.inc

+ 0 - 3
tripal_core/api/tripal_core.jobs.api.inc

@@ -288,9 +288,6 @@ function tripal_execute_job($job_id, $redirect = TRUE) {
   // set the end time for this job
   if ($job->end_time == 0) {
     exec("drush trp-run-jobs --username=".$user->name." --root=".DRUPAL_ROOT."", $output);
-
-    var_dump($output);
-    die;
   }
   else {
     drupal_set_message(t("Job %job_id cannot be executed. It is in progress or has finished.", array('%job_id' => $job_id)));