Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Commit

Permalink
fix: review skipping log message
Browse files Browse the repository at this point in the history
  • Loading branch information
Romain TOUZE committed Apr 7, 2021
1 parent 57e2df9 commit e4ce35c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions lib/module.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,7 @@ module.exports = function (moduleOptions) {
}

if (this.nuxt.options.dev && !options.dev) {
logger.info('Skipped (dev:false)')
return
}

if (this.nuxt.options.dev || options.dev) {
logger.info('Skipping nuxt-security module')
logger.info('Skipping nuxt-security module (dev:false)')
return
}

Expand Down

0 comments on commit e4ce35c

Please sign in to comment.