Skip to content

Commit

Permalink
[#174] 로그 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
myyrakle committed Dec 15, 2024
1 parent e034670 commit 5240b4f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rupring/src/core/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,6 @@ pub async fn run_server(
if let Some(timeout_duration) =
application_properties.server.request_timeout
{
println!("Timeout Duration: {:?}", timeout_duration);

let now = Instant::now();

let handle = tokio::time::timeout_at(
Expand Down

0 comments on commit 5240b4f

Please sign in to comment.