diff --git a/State.ts b/State.ts index d6125bcefb..9a0f478162 100644 --- a/State.ts +++ b/State.ts @@ -12,7 +12,6 @@ export default class State extends FeaturePipelineState { constructor(layoutToUse: LayoutConfig) { super(layoutToUse) - window["mapcomplete_state"]= this; }