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;