Ignore:
Timestamp:
04/27/12 18:30:02 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

Removed unnecessary printout

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/gui/statusbar.py

    r112 r116  
    5454        longestStage = xstr("flight_stage_" +
    5555                            const.stage2string(const.STAGE_PUSHANDTAXI))
    56         print len(longestStage)
    5756        self._stageLabel.set_width_chars(len(longestStage) + 3)
    5857        self._stageLabel.set_tooltip_text(xstr("statusbar_stage_tooltip"))
Note: See TracChangeset for help on using the changeset viewer.