Remove unnecessary debug information

pull/1495/head
Bassem Dghaidi 6 months ago committed by GitHub
parent 2eef6f331a
commit 9edb66aa79

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

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

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

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

Loading…
Cancel
Save