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 };