From b0e516060b8c588c67f3ae3f8240c0c15203d400 Mon Sep 17 00:00:00 2001 From: cryscan Date: Tue, 11 Jun 2024 20:24:55 +0800 Subject: [PATCH] Remove debug message. --- crates/ai00-core/src/run.rs | 7 ------- 1 file changed, 7 deletions(-) diff --git a/crates/ai00-core/src/run.rs b/crates/ai00-core/src/run.rs index da6a0d8f..9c06f894 100644 --- a/crates/ai00-core/src/run.rs +++ b/crates/ai00-core/src/run.rs @@ -791,13 +791,6 @@ impl Runtime { ); } - log::info!( - "slot {}, suffix: {}, output: {}", - batch, - context.suffix.len(), - context.output.is_some() - ); - let _ = context.sender.send(Token::Start); assert!(matches!(payloads[batch], Payload::Empty)); payloads[batch] = Payload::Busy(context);