From 2e763a77f7b3854a51beb826ed4e622293ccc5a2 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Tue, 20 Jan 2015 01:33:31 -0600 Subject: [PATCH] Remove commented printf : ProcP %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 62657175a..6bd396f2c 100644 --- a/world/launcher_list.cpp +++ b/world/launcher_list.cpp @@ -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());