aboutsummaryrefslogtreecommitdiff
path: root/src/operations/refresh.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/operations/refresh.ts')
-rw-r--r--src/operations/refresh.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/operations/refresh.ts b/src/operations/refresh.ts
index 56d18f28b..5563d94de 100644
--- a/src/operations/refresh.ts
+++ b/src/operations/refresh.ts
@@ -355,7 +355,6 @@ async function refreshReveal(
`refreshes/${refreshSession.hash}/reveal`,
refreshSession.exchangeBaseUrl,
);
- logger.trace("reveal request:", req);
let resp;
try {
@@ -366,9 +365,6 @@ async function refreshReveal(
return;
}
- logger.trace("session:", refreshSession);
- logger.trace("reveal response:", resp);
-
if (resp.status !== 200) {
console.error("error: /refresh/reveal returned status " + resp.status);
return;