Remove some user info from logs.

This commit is contained in:
Jim Broadus 2020-02-15 13:40:46 -08:00 committed by John Maguire
parent 4f9b81459a
commit 2f36b34c33
1 changed files with 0 additions and 2 deletions

View File

@ -126,9 +126,7 @@ void Client::FetchUserInfoFinished(ConnectResponse* response,
return;
}
qLog(Debug) << document;
response->user_email_ = document.object()["email"].toString();
qLog(Debug) << response->user_email_;
}
emit response->Finished();
emit Authenticated();