mirror of
https://github.com/maputnik/editor.git
synced 2025-12-06 06:10:00 +00:00
Removed console.log
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user