File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,6 @@ class MenuLoaderContainer extends React.Component {
89
89
} else {
90
90
normalizedProfile = null ;
91
91
}
92
- console . log ( 'menu is' , menu ) ; // eslint-disable-line no-console
93
92
return (
94
93
< div >
95
94
< TopNav
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ import ContentfulRoute from 'components/Contentful/Route';
10
10
import ContentfulMenu from 'components/Contentful/Menu' ;
11
11
import Profile from 'routes/Profile' ;
12
12
import ProfileStats from 'routes/ProfileStats' ;
13
- import Footer from 'components/TopcoderFooter' ;
14
13
15
14
export default function TCO21 ( { base, meta } ) {
16
15
return (
@@ -42,7 +41,6 @@ export default function TCO21({ base, meta }) {
42
41
id = "6wUJl6RRF6MxI3kR6DFq5t"
43
42
/>
44
43
</ Switch >
45
- < Footer />
46
44
</ div >
47
45
) ;
48
46
}
You can’t perform that action at this time.
0 commit comments