mirror of
https://github.com/maputnik/editor.git
synced 2026-07-26 07:47:25 +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.
|
// 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 browser = detect();
|
||||||
const colorAccessibilityFiltersEnabled = ['chrome', 'firefox'].indexOf(browser.name) > -1;
|
const colorAccessibilityFiltersEnabled = ['chrome', 'firefox'].indexOf(browser.name) > -1;
|
||||||
console.log("colorAccessibilityFiltersEnabled", colorAccessibilityFiltersEnabled)
|
|
||||||
|
|
||||||
|
|
||||||
class IconText extends React.Component {
|
class IconText extends React.Component {
|
||||||
|
|||||||
Reference in New Issue
Block a user