mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Cleanup old code from missed from previous commit
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
963651ef4b
commit
621ca72f13
@ -45,7 +45,6 @@ export const setupIpcMainHandlers = ({
|
|||||||
|
|
||||||
if (cluster) {
|
if (cluster) {
|
||||||
clusterFrameMap.set(cluster.id, { frameId: event.frameId, processId: event.processId });
|
clusterFrameMap.set(cluster.id, { frameId: event.frameId, processId: event.processId });
|
||||||
cluster.pushState();
|
|
||||||
|
|
||||||
pushCatalogToRenderer(catalogEntityRegistry);
|
pushCatalogToRenderer(catalogEntityRegistry);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user