mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-09 17:32:29 +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();
|
cur = m_pendingLaunchers.begin();
|
||||||
while(cur != m_pendingLaunchers.end()) {
|
while(cur != m_pendingLaunchers.end()) {
|
||||||
LauncherLink *l = *cur;
|
LauncherLink *l = *cur;
|
||||||
//printf("ProcP %d: %p\n", l->GetID(), l);
|
|
||||||
if(!l->Process()) {
|
if(!l->Process()) {
|
||||||
//launcher has died before it identified itself.
|
//launcher has died before it identified itself.
|
||||||
Log.Out(Logs::Detail, Logs::World_Server, "Removing pending launcher %d", l->GetID());
|
Log.Out(Logs::Detail, Logs::World_Server, "Removing pending launcher %d", l->GetID());
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user