mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Removed extraneous debug message
This commit is contained in:
@@ -197,7 +197,6 @@ namespace OpenSim.Server.Handlers.Hypergrid
|
||||
string message = string.Empty;
|
||||
string name = string.Empty;
|
||||
|
||||
m_log.DebugFormat("[HGFRIENDS HANDLER]: Friendship offered");
|
||||
if (!request.ContainsKey("FromID") || !request.ContainsKey("ToID"))
|
||||
return BoolResult(false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user