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

melanie
Melanie Thielker 2017-01-23 14:06:38 +00:00
parent 1e0ed50d29
commit f50d598434
1 changed files with 1 additions and 1 deletions

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;
}