From 2854c3308fcf2500270d9b182a42909bafe1a540 Mon Sep 17 00:00:00 2001 From: Bryan Roessler Date: Wed, 31 Jul 2024 21:23:17 -0400 Subject: [PATCH] Remove debug output --- workflow/qhtcp-workflow | 5 ----- 1 file changed, 5 deletions(-) diff --git a/workflow/qhtcp-workflow b/workflow/qhtcp-workflow index aaaf355e..eb39de54 100755 --- a/workflow/qhtcp-workflow +++ b/workflow/qhtcp-workflow @@ -613,11 +613,6 @@ easy() { DRUG_MEDIA_FILE="$EASY_RESULTS_DIR/DrugMedia_$PROJECT.xls" MASTER_PLATE_FILE="$EASY_RESULTS_DIR/MasterPlate_$PROJECT.xls" - if ((DEBUG)); then - declare -p EASY - fi - - # Make EASY dirs debug "mkdir -p $EASY_RESULTS_DIR" mkdir -p "$EASY_RESULTS_DIR"