Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
NorbertBodziony committed Jul 31, 2023
1 parent 067c061 commit 0967c3e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions server/src/router.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@ pub async fn get_router() -> Router {
// Start cleaning outdated sessions
start_cleaning_sessions(state.sessions.clone(), state.client_to_sessions.clone());
let cors = get_cors();
tracing_subscriber::fmt()
.with_max_level(tracing::Level::DEBUG)
.init();

tracing_subscriber::fmt::init();

return Router::new()
.route("/client", get(on_new_client_connection))
Expand Down

0 comments on commit 0967c3e

Please sign in to comment.