Skip to content

Commit

Permalink
No email logging in Auth-in-app (#2953)
Browse files Browse the repository at this point in the history
  • Loading branch information
bakulf authored Mar 8, 2022
1 parent 0e5aede commit f54b8e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/authenticationinapp/authenticationinapp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ void AuthenticationInApp::checkAccount(const QString& emailAddress) {
Q_ASSERT(m_state == StateStart);
Q_ASSERT(m_listener);

logger.debug() << "Authentication starting:" << emailAddress;
logger.debug() << "Authentication starting";

m_listener->checkAccount(emailAddress);
}
Expand Down

0 comments on commit f54b8e9

Please sign in to comment.