From 5240b4f1fe9de1b6b57dfafe275aed027f73c894 Mon Sep 17 00:00:00 2001 From: myyrakle Date: Mon, 16 Dec 2024 00:03:47 +0900 Subject: [PATCH] =?UTF-8?q?[#174]=20=EB=A1=9C=EA=B7=B8=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rupring/src/core/mod.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/rupring/src/core/mod.rs b/rupring/src/core/mod.rs index bf8c491..8af2ab0 100644 --- a/rupring/src/core/mod.rs +++ b/rupring/src/core/mod.rs @@ -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(