- forgot to disable logging

This commit is contained in:
Dominik 2012-01-27 18:41:47 +01:00
parent 7619b9e2b2
commit daf9143bf2

View file

@ -363,7 +363,7 @@ bool UserRegistration::handleSetRequest(const Swift::JID& from, const Swift::JID
sendResponse(from, id, InBandRegistrationPayload::ref());
return true;
}
Swift::logging = true;
// Swift::logging = true;
bool validLocal = false;
std::string localLookupServer = CONFIG_STRING(m_config, "registration.local_account_server");
std::string localLookupJID = local_username + std::string("@") + localLookupServer;