mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 05:15:00 +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,
|
codegen_kind,
|
||||||
);
|
);
|
||||||
|
|
||||||
dbg!(&prompt);
|
|
||||||
|
|
||||||
let mut messages = Vec::new();
|
let mut messages = Vec::new();
|
||||||
let mut model = settings::get::<AssistantSettings>(cx)
|
let mut model = settings::get::<AssistantSettings>(cx)
|
||||||
.default_open_ai_model
|
.default_open_ai_model
|
||||||
|
|
Loading…
Reference in a new issue