Remove commented printf : ProcP %d: %p\n

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

View File

@ -57,7 +57,6 @@ void LauncherList::Process() {
cur = m_pendingLaunchers.begin();
while(cur != m_pendingLaunchers.end()) {
LauncherLink *l = *cur;
//printf("ProcP %d: %p\n", l->GetID(), l);
if(!l->Process()) {
//launcher has died before it identified itself.
Log.Out(Logs::Detail, Logs::World_Server, "Removing pending launcher %d", l->GetID());