From aef15857643631f2a60b4d003f436fdb703c6add Mon Sep 17 00:00:00 2001 From: Joshua Higgins Date: Thu, 19 Feb 2026 11:44:42 -0500 Subject: [PATCH] misc: remove todos --- src/main.rs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/main.rs b/src/main.rs index 87a253f..055cdba 100644 --- a/src/main.rs +++ b/src/main.rs @@ -8,12 +8,6 @@ use tokio::net::{TcpListener, TcpStream}; use tokio_tungstenite::{accept_async, tungstenite::Message}; use tracing::{error, info}; -// TODO: Support reconnecting behaviors -// TODO: Other tournament types -// TODO: Max move wait time -// TODO: Tiebreakers, guarantee some amount of going first -// TODO: Send moves instantly, sleep only till waiting time - #[tokio::main] async fn main() -> Result<(), anyhow::Error> { // Initialize logging