Skip to content

Commit

Permalink
fix: sneaky console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
skoob13 committed Jan 22, 2025
1 parent f390116 commit b42c023
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/utils.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,6 @@ export async function buildOrWatch(config) {
}
)
.on('all', async (event, filePath) => {
console.log(filePath)
if (inputFiles.size === 0) {
await buildPromise
}
Expand Down

0 comments on commit b42c023

Please sign in to comment.