Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions mlat-client
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,6 @@ location pin from the coverage maps.""",

util.suppress_log_timestamps = not args.log_timestamps

if args.lat < 0.1 and args.lon < 0.1:
util.log("<3>Latitude / Longitude not set, please configure and reboot")
time.sleep(3600)
raise SystemExit

util.log("mlat-client {version} starting up", version=mlat.client.version.CLIENT_VERSION)

outputs = options.build_outputs(args)
Expand Down