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)