Removed console.log

This commit is contained in:
orangemug 2019-05-18 18:23:02 +01:00
parent 22688933b3
commit 40a9978f31

View file

@ -13,7 +13,6 @@ import pkgJson from '../../package.json'
// This is required because of <https://stackoverflow.com/a/49846426>, 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 {