From b31c8c7a8fe5e39b51e12789051871b2df53424a Mon Sep 17 00:00:00 2001 From: Akkadius Date: Tue, 20 Jan 2015 01:34:38 -0600 Subject: [PATCH] Remove commented printf : Proc %s(%d): %p\n --- world/launcher_list.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/world/launcher_list.cpp b/world/launcher_list.cpp index 6bd396f2c..b66f7a600 100644 --- a/world/launcher_list.cpp +++ b/world/launcher_list.cpp @@ -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());