mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-28 17:41:16 +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.
|
||||
const browser = detect();
|
||||
const colorAccessibilityFiltersEnabled = ['chrome', 'firefox'].indexOf(browser.name) > -1;
|
||||
console.log("colorAccessibilityFiltersEnabled", colorAccessibilityFiltersEnabled)
|
||||
|
||||
|
||||
class IconText extends React.Component {
|
||||
|
|
Loading…
Reference in a new issue