Skip to content

Commit

Permalink
fix: remove accidental log in caching_sha2_password.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sthuck committed Feb 1, 2023
1 parent 0494322 commit c1202b6
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 c1202b6

Please sign in to comment.