From 0a102a93716d85d7a1c3ef280761d615cfdd738b Mon Sep 17 00:00:00 2001 From: Ilion Beyst Date: Thu, 3 Feb 2022 20:46:40 +0100 Subject: remove send_info method --- planetwars-matchrunner/src/bot_runner.rs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'planetwars-matchrunner/src/bot_runner.rs') diff --git a/planetwars-matchrunner/src/bot_runner.rs b/planetwars-matchrunner/src/bot_runner.rs index 70fc060..adb5907 100644 --- a/planetwars-matchrunner/src/bot_runner.rs +++ b/planetwars-matchrunner/src/bot_runner.rs @@ -22,11 +22,6 @@ impl PlayerHandle for LocalBotHandle { .send(r) .expect("failed to send message to local bot"); } - - fn send_info(&mut self, _msg: String) { - // TODO: log this somewhere - // drop info message - } } pub fn run_local_bot(player_id: u32, event_bus: Arc>, bot: Bot) -> LocalBotHandle { -- cgit v1.2.3