aboutsummaryrefslogtreecommitdiff
path: root/planetwars-matchrunner/src/bot_runner.rs
diff options
context:
space:
mode:
Diffstat (limited to 'planetwars-matchrunner/src/bot_runner.rs')
-rw-r--r--planetwars-matchrunner/src/bot_runner.rs5
1 files changed, 0 insertions, 5 deletions
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<Mutex<EventBus>>, bot: Bot) -> LocalBotHandle {