Remove errant debug calls

This commit is contained in:
Akkadius
2019-09-01 23:41:26 -05:00
parent 859252a270
commit 00c40f5d9e
2 changed files with 0 additions and 12 deletions
-3
View File
@@ -66,9 +66,6 @@ SpawnGroup::SpawnGroup(
uint32 SpawnGroup::GetNPCType()
{
#if EQDEBUG >= 10
Log(Logs::General, Logs::None, "SpawnGroup[%08x]::GetNPCType()", (uint32) this);
#endif
int npcType = 0;
int totalchance = 0;