Skip to content

Commit 1a3c32d

Browse files
committed
ci
1 parent e8353e2 commit 1a3c32d

File tree

1 file changed

+0
-2
lines changed
  • crates/chat-cli/src/cli/chat

1 file changed

+0
-2
lines changed

crates/chat-cli/src/cli/chat/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,6 @@ impl ChatContext {
623623
.or_else(|| Some(DEFAULT_MODEL_ID.to_owned())),
624624
};
625625

626-
print!("curretn valid: {:?}", valid_model_id);
627626
let conversation_state = if resume_conversation {
628627
let prior = std::env::current_dir()
629628
.ok()
@@ -641,7 +640,6 @@ impl ChatContext {
641640
cs.tool_manager = tool_manager;
642641
cs.update_state(true).await;
643642
cs.enforce_tool_use_history_invariants();
644-
print!("resume valid: {:?}", cs.current_model_id);
645643
cs
646644
} else {
647645
ConversationState::new(

0 commit comments

Comments
 (0)