Removing extra logging.

This commit is contained in:
stephb9959
2022-03-08 15:18:17 -08:00
parent 0a00c39d14
commit 0b03e32782
3 changed files with 3 additions and 12 deletions

View File

@@ -207,7 +207,7 @@ namespace OpenWifi {
},
Body,30000);
std::cout << "Completing password verification to provisioning for user: " << UInfo.email << std::endl;
Logger().information(Poco::format("(%s): Completed subscriber e-mail verification and password.",UInfo.email));
Poco::JSON::Object::Ptr Response;
ProvRequest.Do(Response);