chore: remove extra todos

This commit is contained in:
Ilia Denisov
2026-02-17 22:07:43 +02:00
parent de91d575d0
commit 8378df29c2
2 changed files with 0 additions and 8 deletions
-3
View File
@@ -34,9 +34,6 @@ func (c Controller) RaceID(actor string) (uuid.UUID, error) {
return c.Cache.g.Race[ri].ID, nil
}
/*
TODO: не сбрасывать счётчик при последующих командах?
*/
func (c Controller) RaceQuit(actor string) error {
ri, err := c.Cache.validRace(actor)
if err != nil {