We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0494322 + c1202b6 commit 2c1b4bcCopy full SHA for 2c1b4bc
lib/auth_plugins/caching_sha2_password.js
@@ -86,7 +86,6 @@ module.exports = (pluginOptions = {}) => ({ connection }) => {
86
`Invalid AuthMoreData packet received by ${PLUGIN_NAME} plugin in STATE_TOKEN_SENT state.`
87
);
88
case STATE_WAIT_SERVER_KEY:
89
- console.log('Server pub key:', data);
90
if (pluginOptions.onServerPublicKey) {
91
pluginOptions.onServerPublicKey(data);
92
}
0 commit comments