mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-14 00:14:04 +09:00
Remove debug
This commit is contained in:
@@ -159,7 +159,7 @@ export class ChatRequest {
|
|||||||
// ?? anything to do when "[DONE]"?
|
// ?? anything to do when "[DONE]"?
|
||||||
} else {
|
} else {
|
||||||
const data = JSON.parse(ev.data)
|
const data = JSON.parse(ev.data)
|
||||||
console.log('data', data)
|
// console.log('data', data)
|
||||||
window.requestAnimationFrame(() => { chatResponse.updateFromAsyncResponse(data) })
|
window.requestAnimationFrame(() => { chatResponse.updateFromAsyncResponse(data) })
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user