diff --git a/src/components/Toolbar.jsx b/src/components/Toolbar.jsx index b5fe88f..6f81b86 100644 --- a/src/components/Toolbar.jsx +++ b/src/components/Toolbar.jsx @@ -13,7 +13,6 @@ import pkgJson from '../../package.json' // This is required because of , there isn't another way to detect support that I'm aware of. const browser = detect(); const colorAccessibilityFiltersEnabled = ['chrome', 'firefox'].indexOf(browser.name) > -1; -console.log("colorAccessibilityFiltersEnabled", colorAccessibilityFiltersEnabled) class IconText extends React.Component {