1
0

Commented out groups spam

Further reduces chance of error message burying.
This commit is contained in:
Tiger Wang 2013-08-03 17:49:38 +01:00
parent 2383977fe7
commit e3ddfbc566

View File

@ -1,4 +1,3 @@
#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
#include "GroupManager.h"
@ -88,7 +87,7 @@ cGroupManager::cGroupManager()
for( unsigned int i = 0; i < Split.size(); i++)
{
Group->AddPermission( Split[i] );
LOGINFO("Permission: %s", Split[i].c_str() );
//LOGINFO("Permission: %s", Split[i].c_str() );
}
}
@ -102,7 +101,7 @@ cGroupManager::cGroupManager()
}
}
}
LOG("-- Done Loading Groups --");
LOG("-- Groups Successfully Loaded --");
}