diff options
-rwxr-xr-x | flightquery.sh | 1 |
1 files changed, 0 insertions, 1 deletions
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" ]] |