minor: Comment out 2 error level debugging message in authentication code

This commit is contained in:
Justin Clark-Casey (justincc)
2014-05-27 23:18:33 +01:00
parent 9ca86664bb
commit c32ccfb520
2 changed files with 2 additions and 2 deletions

View File

@@ -108,7 +108,7 @@ namespace OpenSim.Services.Connectors
public bool Verify(UUID principalID, string token, int lifetime)
{
m_log.Error("[XXX]: Verify");
// m_log.Error("[XXX]: Verify");
Dictionary<string, object> sendData = new Dictionary<string, object>();
sendData["LIFETIME"] = lifetime.ToString();
sendData["PRINCIPAL"] = principalID.ToString();