Changeset 906:3a17458f7465


Ignore:
Timestamp:
05/14/18 16:38:38 (6 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
version_0.39_maint
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

The debug printouts related to flaps settings are not
required anymore.

Backed out changeset 521a565fc5cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/xplane.py

    r905 r906  
    14381438
    14391439        state.flaps = self._flapsNotches[-1]*data[self._monidx_flapsLeft]
    1440         print "flapsControl:", flapsControl, "flapsIndex:", flapsIndex, "flaps:", state.flaps
    1441         print "flapsSet", state.flapsSet
    14421440
    14431441        state.navLightsOn = data[self._monidx_navLights] != 0
Note: See TracChangeset for help on using the changeset viewer.