mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 09:31:30 +00:00
Remove commented printf : Proc %s(%d): %p\n
This commit is contained in:
parent
63496fd33c
commit
b31c8c7a8f
@ -87,7 +87,6 @@ void LauncherList::Process() {
|
|||||||
curl = m_launchers.begin();
|
curl = m_launchers.begin();
|
||||||
while(curl != m_launchers.end()) {
|
while(curl != m_launchers.end()) {
|
||||||
LauncherLink *l = curl->second;
|
LauncherLink *l = curl->second;
|
||||||
//printf("Proc %s(%d): %p\n", l->GetName(), 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 launcher %s (%d)", l->GetName(), l->GetID());
|
Log.Out(Logs::Detail, Logs::World_Server, "Removing launcher %s (%d)", l->GetName(), l->GetID());
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user