summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsa Venton <asav1410@gmail.com>2020-10-31 04:52:29 +0000
committerAsa Venton <asav1410@gmail.com>2020-10-31 04:52:29 +0000
commitea688057dbee3f8d280bfcb9b19bfe89945ab286 (patch)
tree0678044d2dc105cc665d0becb57fd983daad2b8a
parent487b879043838a01a955f872d6adfa64766ebb59 (diff)
Remove line that was used for testing
-rwxr-xr-xflightquery.sh1
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" ]]