Skip to content

Commit

Permalink
Delete debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy Wang committed Jul 22, 2024
1 parent 6d5a521 commit 019c7b8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/func-core-tools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,9 @@ async function getInstalledSystemCoreToolsVersion(): Promise<number | undefined>

function getDownloadedCoreToolsVersion(targetVersion: number): string | undefined {
const folder = getCoreToolsFolder(targetVersion);
console.log("DOWNLOAD", folder);
if (!fs.existsSync(folder)) {
return undefined;
}
console.log("Ok folder exists");

const versionFile = path.join(folder, VERSION_FILE);
if (!fs.existsSync(versionFile)) {
Expand Down

0 comments on commit 019c7b8

Please sign in to comment.