Showing
1 changed file
with
0 additions
and
1 deletions
... | @@ -125,7 +125,6 @@ const StyledLink = styled(Link)` | ... | @@ -125,7 +125,6 @@ const StyledLink = styled(Link)` |
125 | `; | 125 | `; |
126 | 126 | ||
127 | export default ({ logOut }) => { | 127 | export default ({ logOut }) => { |
128 | - console.log(logOut); | ||
129 | return ( | 128 | return ( |
130 | <MenuBar> | 129 | <MenuBar> |
131 | <TitleBox> | 130 | <TitleBox> | ... | ... |
-
Please register or login to post a comment