Cleanup debug

This commit is contained in:
somebody
2022-12-08 22:44:33 -06:00
parent 774c46e6a8
commit 041ebbc388

View File

@@ -3599,7 +3599,6 @@ function update_context(data) {
for (const entry of data) {
console.info(entry)
let contextClass = "context-" + ({
soft_prompt: "sp",
prompt: "prompt",
@@ -6681,4 +6680,4 @@ function imgGenRetry() {
});
})()
})();