remove info log

pull/331/head
Florian Hübner 2 years ago
parent a641f6c17f
commit b42048d434

@ -63038,7 +63038,6 @@ const restoreCache = (versionSpec, packageManager, cacheDependencyPath) => __awa
const cachePaths = yield cache_utils_1.getCacheDirectoryPath(packageManagerInfo);
let dependencyFilePath;
try {
core.info('Trying to resolve lockfile path.');
dependencyFilePath = cacheDependencyPath
? cacheDependencyPath
: findDependencyFile(packageManagerInfo);

@ -20,7 +20,6 @@ export const restoreCache = async (
let dependencyFilePath: string;
try {
core.info('Trying to resolve lockfile path.');
dependencyFilePath = cacheDependencyPath
? cacheDependencyPath
: findDependencyFile(packageManagerInfo);

Loading…
Cancel
Save