mirror of
https://github.com/deiucanta/chatpad.git
synced 2026-03-11 09:04:31 +00:00
fix: remove debug log
This commit is contained in:
parent
59f2d7d447
commit
158b9a7203
1 changed files with 0 additions and 2 deletions
|
|
@ -43,8 +43,6 @@ export function BaseLayout({ children }: { children: React.ReactNode }) {
|
|||
const navigate = useNavigate();
|
||||
const router = useRouter();
|
||||
|
||||
console.log('route', router)
|
||||
|
||||
const { colorScheme, toggleColorScheme } = useMantineColorScheme();
|
||||
const chatId = useChatId();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue