cleanup: remove logs

This commit is contained in:
Anton Nesterov 2023-02-11 17:24:25 +03:00
parent c142d7cf37
commit 5aeff6518e

1
mod.ts
View file

@ -134,7 +134,6 @@ export async function* githubPick(
export async function* githubPickFiles(
{ repo, version, pick }: GithubPickOptions,
): ReturnType<ReadableEntry["read"]> {
console.log(`https://github.com/${repo}/archive/refs/tags/${version}.tar.gz`);
const targz = await fetch(
`https://github.com/${repo}/archive/refs/tags/${version}.tar.gz`,
);