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.
1 parent 0494322 commit c1202b6Copy full SHA for c1202b6
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