Skip to content

Commit

Permalink
fix: remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
lowlighter committed Jul 2, 2024
1 parent 3b1d6e8 commit 718ac36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/build/css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ export async function css({ only = [] as string[], exclude = ["@istanbul-coverag
}
return 0
})
console.log(files)
for (const { path } of files) {
css += await Deno.readTextFile(path)
}
Expand Down

0 comments on commit 718ac36

Please sign in to comment.