mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
Core/Misc: Remove devel log msg that shouldn't have been commited
This commit is contained in:
@@ -439,10 +439,7 @@ void AccountMgr::LoadRBAC()
|
||||
Tokenizer tokens(defaultGroups, ',');
|
||||
for (Tokenizer::const_iterator itr = tokens.begin(); itr != tokens.end(); ++itr)
|
||||
if (uint32 groupId = atoi(*itr))
|
||||
{
|
||||
sLog->outError(LOG_FILTER_LFG, "Adding default group %u", groupId);
|
||||
_defaultGroups.insert(groupId);
|
||||
}
|
||||
}
|
||||
|
||||
void AccountMgr::UpdateAccountAccess(RBACData* rbac, uint32 accountId, uint8 securityLevel, int32 realmId)
|
||||
|
||||
Reference in New Issue
Block a user