Skip to content

Commit 2c1b4bc

Browse files
authored
Merge pull request #1824 from sthuck/fix-remove-log-caching_sha2_password
fix: remove accidental log in caching_sha2_password.js
2 parents 0494322 + c1202b6 commit 2c1b4bc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/auth_plugins/caching_sha2_password.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ module.exports = (pluginOptions = {}) => ({ connection }) => {
8686
`Invalid AuthMoreData packet received by ${PLUGIN_NAME} plugin in STATE_TOKEN_SENT state.`
8787
);
8888
case STATE_WAIT_SERVER_KEY:
89-
console.log('Server pub key:', data);
9089
if (pluginOptions.onServerPublicKey) {
9190
pluginOptions.onServerPublicKey(data);
9291
}

0 commit comments

Comments
 (0)