mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
Removed commented lines and useless debug message
This commit is contained in:
@@ -150,7 +150,6 @@ namespace OpenSim.Region.CoreModules.Framework.Search
|
||||
|
||||
void OnDirFindQuery(IClientAPI remoteClient, UUID queryID, string queryText, uint queryFlags, int queryStart)
|
||||
{
|
||||
m_log.Debug("[ZZZ]: Got here");
|
||||
if (((DirFindFlags)queryFlags & DirFindFlags.People) == DirFindFlags.People)
|
||||
{
|
||||
if (string.IsNullOrEmpty(queryText))
|
||||
|
||||
Reference in New Issue
Block a user