We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77e3e6e commit a09d8e1Copy full SHA for a09d8e1
1 file changed
pkgm.ts
@@ -284,7 +284,6 @@ async function create_v_symlinks(prefix: string) {
284
285
const versions = [];
286
for await (const { name, isDirectory, isSymlink } of Deno.readDir(shelf)) {
287
- console.log(name, isDirectory, isSymlink);
288
if (isSymlink) continue;
289
if (!isDirectory) continue;
290
if (!name.startsWith("v")) continue;
0 commit comments