Skip to content

Commit b614a69

Browse files
committed
Remove sleep
1 parent 73e64da commit b614a69

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

rust/log-service/src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1372,9 +1372,6 @@ impl LogServer {
13721372
&self,
13731373
request: Request<ScoutLogsRequest>,
13741374
) -> Result<Response<ScoutLogsResponse>, Status> {
1375-
println!("(Sanket-temp) Sleeping for 30 secs");
1376-
tokio::time::sleep(std::time::Duration::from_secs(30)).await;
1377-
println!("(Sanket-temp) Slept for 30 secs");
13781375
let scout_logs = request.into_inner();
13791376
let collection_id = Uuid::parse_str(&scout_logs.collection_id)
13801377
.map(CollectionUuid)

0 commit comments

Comments
 (0)