From ee7cdf59819c87d68ae63e2144cd5dce3f79e60f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Ben=C3=ADtez?= Date: Tue, 7 Jul 2026 17:27:23 -0300 Subject: [PATCH] =?UTF-8?q?chore(workspace):=20eliminar=20console.log=20de?= =?UTF-8?q?=20diagn=C3=B3stico=20de=20orgId?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/features/workspace/WorkspacePage.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/features/workspace/WorkspacePage.tsx b/src/features/workspace/WorkspacePage.tsx index e4d4513..0145c3a 100644 --- a/src/features/workspace/WorkspacePage.tsx +++ b/src/features/workspace/WorkspacePage.tsx @@ -186,8 +186,6 @@ export function WorkspacePage() { } // client_viewer ya fue redirigido antes de este punto; solo verificamos client_editor aquĆ­ - // eslint-disable-next-line no-console - console.log('[WorkspacePage] currentProcess:', { id: currentProcess.id, orgId: currentProcess.orgId }) const isClientRole = user?.platformRole === 'client_editor' const backLabel = isClientRole ? 'Procesos'