Skip to content

Commit c1202b6

Browse files
committed
fix: remove accidental log in caching_sha2_password.js
1 parent 0494322 commit c1202b6

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)