From 222f963ed7dc8768bebd05f1af21316ee291b56c Mon Sep 17 00:00:00 2001 From: Patrick LeBlanc Date: Tue, 3 Dec 2019 12:14:54 -0500 Subject: [PATCH] MCOL-3645 - Make ExeMgr destroy joblists in a different thread Removed a debugging printout. --- exemgr/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/exemgr/main.cpp b/exemgr/main.cpp index 67bd1a31a..5015dcc6f 100644 --- a/exemgr/main.cpp +++ b/exemgr/main.cpp @@ -1195,7 +1195,6 @@ new_plan: std::unique_lock scoped(jlMutex); while (destructing > 0) jlCleanupDone.wait(scoped); - std::cout << "session thread exiting" << std::endl; } };