mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-07 18:43:52 +00:00
Remove commented printf : ProcP %d: %p\n
This commit is contained in:
parent
7c3502d5f2
commit
2e763a77f7
@ -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());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user