diff --git a/TODO.md b/TODO.md index 3547bcf..68cbf9f 100644 --- a/TODO.md +++ b/TODO.md @@ -9,7 +9,3 @@ Things that I have not gotten around to doing. - Support for DanEvo. I meant to do this but my DanEvo ended up in storage before I could tackle it, so the only thing that exists at the moment is a rudimentary music DB parser. - Figure out phase/unlock/etc bits for some older IIDX and Pop'n Music versions and hook them up to the Arcade panel to allow switching events. - Auto-prune events in the event log after some configured date. Currently it grows indefinitely which is fine for small hobby setups but could be a problem with lots of events. - -General maintenance that I have not yet performed. - - - Upgrade legacy uses of .format() to use f-strings instead (partially done).