diff options
author | Asa Venton <asav1410@gmail.com> | 2020-10-31 04:52:29 +0000 |
---|---|---|
committer | Asa Venton <asav1410@gmail.com> | 2020-10-31 04:52:29 +0000 |
commit | ea688057dbee3f8d280bfcb9b19bfe89945ab286 (patch) | |
tree | 0678044d2dc105cc665d0becb57fd983daad2b8a /flightquery.sh | |
parent | 487b879043838a01a955f872d6adfa64766ebb59 (diff) |
Remove line that was used for testing
Diffstat (limited to 'flightquery.sh')
-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" ]] |