diff --git a/src/common/workspace-store.ts b/src/common/workspace-store.ts index fa00655698..f0421aee6b 100644 --- a/src/common/workspace-store.ts +++ b/src/common/workspace-store.ts @@ -189,7 +189,6 @@ export class WorkspaceStore extends BaseStore { @action setLastActiveClusterId(clusterId: ClusterId, workspaceId = this.currentWorkspaceId) { - console.log("Passed cluster ID", clusterId, "current workspace id = ", workspaceId) if (clusterId != null) { this.getById(workspaceId).lastActiveClusterId = clusterId; }