cleanup: remove logs
This commit is contained in:
parent
c142d7cf37
commit
5aeff6518e
1
mod.ts
1
mod.ts
|
@ -134,7 +134,6 @@ export async function* githubPick(
|
||||||
export async function* githubPickFiles(
|
export async function* githubPickFiles(
|
||||||
{ repo, version, pick }: GithubPickOptions,
|
{ repo, version, pick }: GithubPickOptions,
|
||||||
): ReturnType<ReadableEntry["read"]> {
|
): ReturnType<ReadableEntry["read"]> {
|
||||||
console.log(`https://github.com/${repo}/archive/refs/tags/${version}.tar.gz`);
|
|
||||||
const targz = await fetch(
|
const targz = await fetch(
|
||||||
`https://github.com/${repo}/archive/refs/tags/${version}.tar.gz`,
|
`https://github.com/${repo}/archive/refs/tags/${version}.tar.gz`,
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue