Removed comment

This commit is contained in:
Sankalp Kotewar 2022-12-21 08:19:27 +00:00 committed by GitHub
parent f9ae5e0028
commit b388bcadaf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 3 deletions

View file

@ -56,7 +56,6 @@ async function saveImpl(stateProvider: IStateProvider): Promise<number | void> {
uploadChunkSize: utils.getInputAsInt(Inputs.UploadChunkSize)
});
// -1 refers to cache not saved
if (cacheId != -1) {
core.info(`Cache saved with key: ${primaryKey}`);
}