autotest: stop emitting port 14550 all the time

this can confuse other things going on on the same machine.  It is still
available by specifying --viewerip if desired
This commit is contained in:
Peter Barker 2021-01-17 12:52:35 +11:00 committed by Peter Barker
parent 30929e7f1a
commit 210b0e7c5f
1 changed files with 0 additions and 1 deletions

View File

@ -442,7 +442,6 @@ def start_MAVProxy_SITL(atype, aircraft=None, setup=False, master='tcp:127.0.0.1
cmd = []
cmd.append(mavproxy_cmd())
cmd.extend(['--master', master])
cmd.extend(['--out', '127.0.0.1:14550'])
if setup:
cmd.append('--setup')
if aircraft is None: