Skip to content

Commit a1542d2

Browse files
committed
remove unnecessary log
1 parent 97e8d53 commit a1542d2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

app/page.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ export default function Home() {
8383

8484
useEffect(() => {
8585
if (path?.start?.id && path?.end?.id) {
86-
console.log(path?.start?.id, path?.end?.id)
8786
setChatOpen(true)
8887
}
8988
}, [path])

0 commit comments

Comments
 (0)