From ac5be401c1f087e9607b286160fa821865f99be8 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Tue, 20 Apr 2021 14:35:20 -0600 Subject: [PATCH] Remove verbose skip logging --- ont/ont-transfer | 2 -- 1 file changed, 2 deletions(-) diff --git a/ont/ont-transfer b/ont/ont-transfer index 7d20f67..15d3617 100755 --- a/ont/ont-transfer +++ b/ont/ont-transfer @@ -90,7 +90,5 @@ for FASTA in ${KEEPERS[@]}; do # Zip up the copied fastq gzip -f $FASTQRESULT - else - echo "No suitable files found for Barcode $FASTA, skipping" fi done