diff --git a/src/Logic/Web/ThemeViewStateHashActor.ts b/src/Logic/Web/ThemeViewStateHashActor.ts index 68d6a8c150..84aa808687 100644 --- a/src/Logic/Web/ThemeViewStateHashActor.ts +++ b/src/Logic/Web/ThemeViewStateHashActor.ts @@ -104,15 +104,11 @@ export default class ThemeViewStateHashActor { if (found.properties.id === "last_click") { return true } - const layer = this._state.layout.getMatchingLayer(found.properties) console.log( "Setting selected element based on hash", hash, "; found", - found, - "got matching layer", - layer.id, - "" + found ) selectedElement.setData(found) return true