Skip to content

Commit

Permalink
chore(node): remove extra log
Browse files Browse the repository at this point in the history
  • Loading branch information
kdhttps committed Nov 22, 2023
1 parent cebce76 commit 26ff0d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/providers.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ async function setupStrategy (provider) {
Strategy = Strategy.Strategy
}

logger.log2('info', `Adding to list of known strategies ${id} ${Strategy}`)
logger.log2('verbose', 'Adding to list of known strategies')
passportStrategies.push({ id, Strategy })
}
Expand Down

0 comments on commit 26ff0d2

Please sign in to comment.