Disable spam in profiles module. Modules should not say they're disabled.

This commit is contained in:
Melanie Thielker
2017-01-23 14:06:38 +00:00
parent 1e0ed50d29
commit f50d598434

View File

@@ -149,7 +149,7 @@ namespace OpenSim.Region.CoreModules.Avatar.UserProfiles
if (profileConfig == null)
{
m_log.Debug("[PROFILES]: UserProfiles disabled, no configuration");
//m_log.Debug("[PROFILES]: UserProfiles disabled, no configuration");
Enabled = false;
return;
}