Skip to content

Commit

Permalink
Remove stray dbg!
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdeviant committed Dec 2, 2024
1 parent 8ad517a commit 56eedfe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/assistant2/src/thread.rs
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,6 @@ impl Thread {
.entry(next_user_message)
.or_default();

dbg!(&output);

match output {
Ok(output) => {
tool_results.push(LanguageModelToolResult {
Expand Down

0 comments on commit 56eedfe

Please sign in to comment.