mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-24 17:28:40 +00:00
removed stale dbg in assistant from main
This commit is contained in:
parent
2f368de397
commit
0d6880adb3
1 changed files with 0 additions and 2 deletions
|
@ -582,8 +582,6 @@ impl AssistantPanel {
|
|||
codegen_kind,
|
||||
);
|
||||
|
||||
dbg!(&prompt);
|
||||
|
||||
let mut messages = Vec::new();
|
||||
let mut model = settings::get::<AssistantSettings>(cx)
|
||||
.default_open_ai_model
|
||||
|
|
Loading…
Reference in a new issue