purduesigbots / pros

Source code for PROS kernel: open source C/C++ development for the VEX V5 microcontroller
https://pros.cs.purdue.edu
Other
259 stars 76 forks source link

💀 PROS 4: Remove dead VDML logging code #519

Closed Richard-Stump closed 1 year ago

Richard-Stump commented 1 year ago

Summary:

This disables (not removes) the logging code that the VDML had. Since PROS 4 no longer shows messages for device disconnects, mismatches, etc. this code is no longer needed. It was not completely removed since we want to add better logging in the future. See #518

Test Plan:

Richard-Stump commented 1 year ago

This was tested and nothing weird or funky occurred.