Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsch88 committed Mar 11, 2024
1 parent 5dc96dd commit 224ea5f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/styles/bin/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -414,8 +414,6 @@ async function migrateHtmlFiles({ filePath, log, utilReplacers }) {

if (changedFiles.length > 0) {
changedFiles.forEach(file => log.list(file))
} else {
log.info('No files found to migrate')
}
log.info()
} catch (error) {
Expand Down Expand Up @@ -522,8 +520,6 @@ function printResult({ result, log }) {

if (changedFiles.length > 0) {
changedFiles.forEach(file => log.list(file))
} else {
log.info('No files found to migrate')
}
}

Expand Down

0 comments on commit 224ea5f

Please sign in to comment.