File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ const onMouseOut = (event) => {
1818class Header extends Component {
1919 render ( ) {
2020 const theme = this . props . theme ;
21- console . log ( theme ) ;
2221 const link = settings . isSplash ? "/splash" : "home" ;
2322 return (
2423 < Fade top duration = { 1000 } distance = "20px" >
Original file line number Diff line number Diff line change @@ -12,8 +12,6 @@ import Error404 from "../pages/errors/error404/Error";
1212
1313export default class Main extends Component {
1414 render ( ) {
15- const theme = this . props . theme ;
16- console . log ( theme ) ;
1715 if ( settings . isSplash ) {
1816 return (
1917 < div >
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ class ExperienceAccordion extends Component {
88 const theme = this . props . theme ;
99 return (
1010 < div className = "experience-accord" >
11- < Accordion onChange = { ( { expanded } ) => console . log ( expanded ) } >
11+ < Accordion >
1212 { this . props . sections . map ( ( section ) => {
1313 return (
1414 < Panel
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ import TopButton from "../../components/topButton/TopButton";
77
88class Home extends Component {
99 render ( ) {
10- console . log ( this . props . theme ) ;
1110 return (
1211 < div >
1312 < Header theme = { this . props . theme } />
You can’t perform that action at this time.
0 commit comments