mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-01-01 03:23:15 +01:00
Removed console.log
This commit is contained in:
parent
22688933b3
commit
40a9978f31
1 changed files with 0 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue