From 3a2e7bebe28921e61cd123df033f27e3f76d24d0 Mon Sep 17 00:00:00 2001 From: Alexander Onnikov Date: Wed, 8 Oct 2025 15:28:52 +0700 Subject: [PATCH] qfix: remove token logging Signed-off-by: Alexander Onnikov --- packages/presentation/src/utils.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/presentation/src/utils.ts b/packages/presentation/src/utils.ts index 761cabd4221..f4719b9d68a 100644 --- a/packages/presentation/src/utils.ts +++ b/packages/presentation/src/utils.ts @@ -887,7 +887,6 @@ export function setPresentationCookie (token: string, workspaceUuid: WorkspaceUu '=' + encodeURIComponent(token) + `; path=${path}` - console.log('setting cookie', res) document.cookie = res } setToken('/files/' + workspaceUuid)