Remove unintended SASL print statement
This patch was authored by @fabianfett and released by @gwynne.
We currently print the internal SASL state when authenticating via SCRAM-SHA256
. This messes up logs and is a potential security issue.
Modifications
- Remove a print
statement