Skip to content

Commit 18e403f

Browse files
committed
Remove log
1 parent 6c250dd commit 18e403f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

website/pages/_app.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import type { AppProps } from 'next/app';
22
import { Roboto_Flex, Roboto_Mono } from 'next/font/google';
33

44
import '../css/globals.css';
5-
console.log('hi');
65

76
const robotoFlex = Roboto_Flex({
87
subsets: ['latin'],

0 commit comments

Comments
 (0)