Remove debug

This commit is contained in:
Webifi 2023-06-11 19:12:31 -05:00
parent 4353a8c184
commit 94e3ef6ac3
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ export class ChatRequest {
// ?? anything to do when "[DONE]"?
} else {
const data = JSON.parse(ev.data)
console.log('data', data)
// console.log('data', data)
window.requestAnimationFrame(() => { chatResponse.updateFromAsyncResponse(data) })
}
}