1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Remove console.log()

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2020-11-19 16:04:31 +03:00
parent 3fa78b24b1
commit 4e43506577

View File

@ -189,7 +189,6 @@ export class WorkspaceStore extends BaseStore<WorkspaceStoreModel> {
@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;
}