Remove commented printf : Proc %s(%d): %p\n

This commit is contained in:
Akkadius 2015-01-20 01:34:38 -06:00
parent 63496fd33c
commit b31c8c7a8f

View File

@ -87,7 +87,6 @@ void LauncherList::Process() {
curl = m_launchers.begin();
while(curl != m_launchers.end()) {
LauncherLink *l = curl->second;
//printf("Proc %s(%d): %p\n", l->GetName(), l->GetID(), l);
if(!l->Process()) {
//launcher has died before it identified itself.
Log.Out(Logs::Detail, Logs::World_Server, "Removing launcher %s (%d)", l->GetName(), l->GetID());