Remove commented printf : Spawned Merc with ID %i\n

This commit is contained in:
Akkadius 2015-01-20 01:33:31 -06:00
parent 2e763a77f7
commit ce517f3bdc

View File

@ -4926,7 +4926,6 @@ bool Merc::Spawn(Client *owner) {
//UpdateMercAppearance();
//printf("Spawned Merc with ID %i\n", npc->GetID()); fflush(stdout);
return true;
}