Skip to content

Commit

Permalink
Merge pull request #1824 from sthuck/fix-remove-log-caching_sha2_pass…
Browse files Browse the repository at this point in the history
…word

fix: remove accidental log in caching_sha2_password.js
  • Loading branch information
sidorares committed Feb 7, 2023
2 parents 0494322 + c1202b6 commit 2c1b4bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/auth_plugins/caching_sha2_password.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ module.exports = (pluginOptions = {}) => ({ connection }) => {
`Invalid AuthMoreData packet received by ${PLUGIN_NAME} plugin in STATE_TOKEN_SENT state.`
);
case STATE_WAIT_SERVER_KEY:
console.log('Server pub key:', data);
if (pluginOptions.onServerPublicKey) {
pluginOptions.onServerPublicKey(data);
}
Expand Down

0 comments on commit 2c1b4bc

Please sign in to comment.