Skip to content

Commit

Permalink
fix: remove extra console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Apr 1, 2022
1 parent 1221244 commit 82c2767
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/nitro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export async function createNitro (config: NitroConfig = {}): Promise<Nitro> {
// Public assets
for (const dir of options.scanDirs) {
const publicDir = resolve(dir, 'public')
consola.log(publicDir)
if (!existsSync(publicDir)) { continue }
if (options.publicAssets.find(asset => asset.dir === publicDir)) {
continue
Expand Down

0 comments on commit 82c2767

Please sign in to comment.