chore(workspace): eliminar console.log de diagnóstico de orgId

This commit is contained in:
2026-07-07 17:27:23 -03:00
parent 7102d6ade6
commit ee7cdf5981

View File

@@ -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'