Skip to content

Commit cfaa7f8

Browse files
committed
remove debug
1 parent e0323d5 commit cfaa7f8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/components/SupportAI.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ export default function SupportAI() {
6868
let sources: Sources = [];
6969

7070
await fetchEventSource(
71-
"http://localhost:8010/proxy/devdocs/ask",
72-
// "https://support-ai.cloudflaresupport.workers.dev/devdocs/ask",
71+
// "http://localhost:8010/proxy/devdocs/ask",
72+
"https://support-ai.cloudflaresupport.workers.dev/devdocs/ask",
7373
{
7474
method: "POST",
7575
body: JSON.stringify({
@@ -114,7 +114,6 @@ export default function SupportAI() {
114114
.join("\n"),
115115
].join("\n");
116116

117-
console.log(JSON.stringify(newMessages, null, 2));
118117
return newMessages;
119118
});
120119
}

0 commit comments

Comments
 (0)