fix: remove debug log

This commit is contained in:
BetaHuhn 2023-09-05 17:40:10 +02:00
parent 59f2d7d447
commit 158b9a7203

View file

@ -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();