mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Cleanup debug
This commit is contained in:
@@ -3599,7 +3599,6 @@ function update_context(data) {
|
|||||||
|
|
||||||
|
|
||||||
for (const entry of data) {
|
for (const entry of data) {
|
||||||
console.info(entry)
|
|
||||||
let contextClass = "context-" + ({
|
let contextClass = "context-" + ({
|
||||||
soft_prompt: "sp",
|
soft_prompt: "sp",
|
||||||
prompt: "prompt",
|
prompt: "prompt",
|
||||||
@@ -6681,4 +6680,4 @@ function imgGenRetry() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
})()
|
})();
|
Reference in New Issue
Block a user