Skip to content

Commit

Permalink
Remove debug message.
Browse files Browse the repository at this point in the history
  • Loading branch information
cryscan committed Jun 11, 2024
1 parent 0173aca commit b0e5160
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions crates/ai00-core/src/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit b0e5160

Please sign in to comment.