We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97e8d53 commit a1542d2Copy full SHA for a1542d2
1 file changed
app/page.tsx
@@ -83,7 +83,6 @@ export default function Home() {
83
84
useEffect(() => {
85
if (path?.start?.id && path?.end?.id) {
86
- console.log(path?.start?.id, path?.end?.id)
87
setChatOpen(true)
88
}
89
}, [path])
0 commit comments