Skip to content

Commit acb4e03

Browse files
committed
Remove AuthLayout console.log
1 parent 4e715ac commit acb4e03

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/src/components/layout/AuthLayout.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ const useStyles = makeStyles((theme: Theme) => ({
5050
const AuthLayout: React.FC<Props> = ({ children }) => {
5151
const [state, setState] = useState(initialState)
5252
const classes = useStyles({})
53-
console.log('AuthLayout')
5453
const checkIsMobile = useCallback(
5554
() => (window.innerWidth < 600 ? true : false),
5655
[],

0 commit comments

Comments
 (0)