remove comment

This commit is contained in:
Aram Drevekenin 2024-11-13 08:34:21 +01:00
parent 5e65bca718
commit b97271f2c4

View File

@ -1004,7 +1004,6 @@ pub(crate) fn route_thread_main(
match receiver.recv() {
Some((instruction, err_ctx)) => {
err_ctx.update_thread_ctx();
// let rlocked_sessions = session_data.read().to_anyhow().with_context(err_context)?;
let mut handle_instruction = |instruction: ClientToServerMsg,
mut retry_queue: Option<
&mut VecDeque<ClientToServerMsg>,