Superfluous logging in Screens/Rc.py

Issue #465 resolved
IanSav created an issue

In Screens/Rc.py there is a debugging print statement on line 48 print "[KeyIndicator]", actYpos, pixmap that creates 32 lines of debugging output on the serial port every time the HELP function is used. This output contributes to the delay in the appearance of the help screen as well as creating logging noise.

If this debugging output is not required then this print statement should be commented out or removed.

The problem is easily noted by pressing the HELP button while watching the serial port logs.

Comments (2)

  1. Log in to comment