Skip to content

Commit 44dee23

Browse files
committed
Remove log
1 parent 6c250dd commit 44dee23

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
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'],

website/pages/validation.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ const { validate } = require('graphql/validation'); // CommonJS
2424
</li>
2525
<li>
2626
<a href="#specifiedrules">
27-
`const specifiedRules` A list of standard validation rules described in the
28-
GraphQL specification.
27+
`const specifiedRules` A list of standard validation rules described in
28+
the GraphQL specification.
2929
</a>
3030
</li>
3131
</ul>

0 commit comments

Comments
 (0)