mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-13 16:04:05 +09:00
Remove debug
This commit is contained in:
@@ -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) })
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user