forked from MapComplete/MapComplete
Remove debug logging
This commit is contained in:
parent
ede03a31e4
commit
02981b1982
1 changed files with 0 additions and 3 deletions
|
@ -38,9 +38,6 @@ export default class ElementsState extends FeatureSwitchState {
|
||||||
constructor(layoutToUse: LayoutConfig) {
|
constructor(layoutToUse: LayoutConfig) {
|
||||||
super(layoutToUse)
|
super(layoutToUse)
|
||||||
|
|
||||||
this.selectedElement.addCallbackAndRun((e) => {
|
|
||||||
console.trace("Selected element is now", e)
|
|
||||||
})
|
|
||||||
function localStorageSynced(
|
function localStorageSynced(
|
||||||
key: string,
|
key: string,
|
||||||
deflt: number,
|
deflt: number,
|
||||||
|
|
Loading…
Reference in a new issue