From 9edb66aa7933ee97c791d0585952b99caad909e0 Mon Sep 17 00:00:00 2001
From: Bassem Dghaidi <568794+Link-@users.noreply.github.com>
Date: Thu, 14 Nov 2024 04:39:48 -0800
Subject: [PATCH] Remove unnecessary debug information

---
 dist/restore-only/index.js | 2 --
 dist/restore/index.js      | 2 --
 dist/save-only/index.js    | 2 --
 dist/save/index.js         | 2 --
 4 files changed, 8 deletions(-)

diff --git a/dist/restore-only/index.js b/dist/restore-only/index.js
index 4aa8520..a91c152 100644
--- a/dist/restore-only/index.js
+++ b/dist/restore-only/index.js
@@ -12756,9 +12756,7 @@ function restoreCachev2(paths, primaryKey, restoreKeys, options, enableCrossOsAr
                 restoreKeys,
                 version: utils.getCacheVersion(paths, compressionMethod, enableCrossOsArchive)
             };
-            core.debug(`GetCacheEntryDownloadURLRequest: ${JSON.stringify(twirpClient)}`);
             const response = yield twirpClient.GetCacheEntryDownloadURL(request);
-            core.debug(`GetCacheEntryDownloadURLResponse: ${JSON.stringify(response)}`);
             if (!response.ok) {
                 core.warning(`Cache not found for keys: ${keys.join(', ')}`);
                 return undefined;
diff --git a/dist/restore/index.js b/dist/restore/index.js
index 58d7e98..d44987d 100644
--- a/dist/restore/index.js
+++ b/dist/restore/index.js
@@ -12756,9 +12756,7 @@ function restoreCachev2(paths, primaryKey, restoreKeys, options, enableCrossOsAr
                 restoreKeys,
                 version: utils.getCacheVersion(paths, compressionMethod, enableCrossOsArchive)
             };
-            core.debug(`GetCacheEntryDownloadURLRequest: ${JSON.stringify(twirpClient)}`);
             const response = yield twirpClient.GetCacheEntryDownloadURL(request);
-            core.debug(`GetCacheEntryDownloadURLResponse: ${JSON.stringify(response)}`);
             if (!response.ok) {
                 core.warning(`Cache not found for keys: ${keys.join(', ')}`);
                 return undefined;
diff --git a/dist/save-only/index.js b/dist/save-only/index.js
index 0c31a94..6ca0260 100644
--- a/dist/save-only/index.js
+++ b/dist/save-only/index.js
@@ -12756,9 +12756,7 @@ function restoreCachev2(paths, primaryKey, restoreKeys, options, enableCrossOsAr
                 restoreKeys,
                 version: utils.getCacheVersion(paths, compressionMethod, enableCrossOsArchive)
             };
-            core.debug(`GetCacheEntryDownloadURLRequest: ${JSON.stringify(twirpClient)}`);
             const response = yield twirpClient.GetCacheEntryDownloadURL(request);
-            core.debug(`GetCacheEntryDownloadURLResponse: ${JSON.stringify(response)}`);
             if (!response.ok) {
                 core.warning(`Cache not found for keys: ${keys.join(', ')}`);
                 return undefined;
diff --git a/dist/save/index.js b/dist/save/index.js
index a16ac04..ae7c0fb 100644
--- a/dist/save/index.js
+++ b/dist/save/index.js
@@ -12756,9 +12756,7 @@ function restoreCachev2(paths, primaryKey, restoreKeys, options, enableCrossOsAr
                 restoreKeys,
                 version: utils.getCacheVersion(paths, compressionMethod, enableCrossOsArchive)
             };
-            core.debug(`GetCacheEntryDownloadURLRequest: ${JSON.stringify(twirpClient)}`);
             const response = yield twirpClient.GetCacheEntryDownloadURL(request);
-            core.debug(`GetCacheEntryDownloadURLResponse: ${JSON.stringify(response)}`);
             if (!response.ok) {
                 core.warning(`Cache not found for keys: ${keys.join(', ')}`);
                 return undefined;