Skip to content

Commit 77c433b

Browse files
committed
fix: remove invalid comment
1 parent 0cbfd5f commit 77c433b

File tree

1 file changed

+0
-1
lines changed
  • apps/miniprogram-agent-ui/miniprogram/components/agent-ui

1 file changed

+0
-1
lines changed

apps/miniprogram-agent-ui/miniprogram/components/agent-ui/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -852,7 +852,6 @@ Component({
852852
let endTime = null; // 记录结束思考时间
853853
let index = 0;
854854
for await (let event of res.eventStream) {
855-
console.log("event", event);
856855
const { chatStatus } = this.data;
857856
if (chatStatus === 0) {
858857
isManuallyPaused = true;

0 commit comments

Comments
 (0)