From ea688057dbee3f8d280bfcb9b19bfe89945ab286 Mon Sep 17 00:00:00 2001 From: Asa Venton Date: Sat, 31 Oct 2020 04:52:29 +0000 Subject: Remove line that was used for testing --- flightquery.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/flightquery.sh b/flightquery.sh index cb8edb3..b725350 100755 --- a/flightquery.sh +++ b/flightquery.sh @@ -71,7 +71,6 @@ _flight() { landingEst=$(echo $result | jq -r '.data[0].arrival.estimated') landingDelay=$(echo $result | jq -r '.data[0].arrival.delay') - takeoffEst="null" # Build output strings giving estimated times and delays where available. output="$airline - Origin: $origin " if [[ "$takeoffEst" != "null" ]] -- cgit v1.2.3