From 3105dc9754dd9cd935ffcf45c091ed2cadbf42b9 Mon Sep 17 00:00:00 2001 From: Salman Chishti Date: Mon, 10 Mar 2025 04:27:54 -0700 Subject: [PATCH] update --- dist/restore-only/index.js | 1 - dist/restore/index.js | 1 - dist/save-only/index.js | 1 - dist/save/index.js | 1 - 4 files changed, 4 deletions(-) diff --git a/dist/restore-only/index.js b/dist/restore-only/index.js index c4587a8..d1f8247 100644 --- a/dist/restore-only/index.js +++ b/dist/restore-only/index.js @@ -8823,7 +8823,6 @@ class CacheServiceClient { (0, core_1.debug)(`Headers: ${JSON.stringify(response.message.headers, null, 2)}`); const body = JSON.parse(rawBody); this.maskSecretUrls(body); - (0, core_1.debug)('testing this sentence'); (0, core_1.debug)(`Body: ${JSON.stringify(body, null, 2)}`); if (this.isSuccessStatusCode(statusCode)) { return { response, body }; diff --git a/dist/restore/index.js b/dist/restore/index.js index 7b9299b..00dd486 100644 --- a/dist/restore/index.js +++ b/dist/restore/index.js @@ -8823,7 +8823,6 @@ class CacheServiceClient { (0, core_1.debug)(`Headers: ${JSON.stringify(response.message.headers, null, 2)}`); const body = JSON.parse(rawBody); this.maskSecretUrls(body); - (0, core_1.debug)('testing this sentence'); (0, core_1.debug)(`Body: ${JSON.stringify(body, null, 2)}`); if (this.isSuccessStatusCode(statusCode)) { return { response, body }; diff --git a/dist/save-only/index.js b/dist/save-only/index.js index 2d4668d..772bd4f 100644 --- a/dist/save-only/index.js +++ b/dist/save-only/index.js @@ -8823,7 +8823,6 @@ class CacheServiceClient { (0, core_1.debug)(`Headers: ${JSON.stringify(response.message.headers, null, 2)}`); const body = JSON.parse(rawBody); this.maskSecretUrls(body); - (0, core_1.debug)('testing this sentence'); (0, core_1.debug)(`Body: ${JSON.stringify(body, null, 2)}`); if (this.isSuccessStatusCode(statusCode)) { return { response, body }; diff --git a/dist/save/index.js b/dist/save/index.js index 87f699f..084b481 100644 --- a/dist/save/index.js +++ b/dist/save/index.js @@ -8823,7 +8823,6 @@ class CacheServiceClient { (0, core_1.debug)(`Headers: ${JSON.stringify(response.message.headers, null, 2)}`); const body = JSON.parse(rawBody); this.maskSecretUrls(body); - (0, core_1.debug)('testing this sentence'); (0, core_1.debug)(`Body: ${JSON.stringify(body, null, 2)}`); if (this.isSuccessStatusCode(statusCode)) { return { response, body };