Revert "missing span"

This reverts commit 281de87871.
This commit is contained in:
Floriane TUERNAL SABOTINOV
2025-09-02 15:25:20 +02:00
parent 3268aa63e6
commit 7567b57553
2 changed files with 0 additions and 3 deletions
@@ -584,7 +584,6 @@ impl<R, S> AuthenticatedHandler<R, S> {
/// Simultaneously listens for incoming client requests, which realistically should only be
/// binary requests to forward sphinx packets or increase bandwidth
/// and for sphinx packets received from the mix network that should be sent back to the client.
#[instrument(level = "debug", skip_all)]
pub(crate) async fn listen_for_requests(mut self, mut shutdown: TaskClient)
where
R: Rng + CryptoRng,
@@ -1005,7 +1005,6 @@ impl<R, S> FreshHandler<R, S> {
Ok(Some(client_details))
}
#[instrument(skip_all)]
pub(crate) async fn handle_until_authenticated_or_failure(
mut self,
shutdown: &mut TaskClient,
@@ -1067,7 +1066,6 @@ impl<R, S> FreshHandler<R, S> {
None
}
#[instrument(skip_all)]
pub(crate) async fn wait_for_initial_message(
&mut self,
) -> Result<ClientControlRequest, InitialAuthenticationError>