From 016fb96fea0c558b4e2f8d9390f17d658119ec9b Mon Sep 17 00:00:00 2001 From: David Hall Date: Fri, 12 Jan 2018 16:32:47 -0600 Subject: [PATCH] MCOL-1128 remove debug --- exemgr/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exemgr/main.cpp b/exemgr/main.cpp index 690511198..6967b2ca9 100644 --- a/exemgr/main.cpp +++ b/exemgr/main.cpp @@ -1485,7 +1485,7 @@ int main(int argc, char* argv[]) threadpool::ThreadPool exeMgrThreadPool; exeMgrThreadPool.setName("ExeMgrServer"); - exeMgrThreadPool.setDebug(true); + for (;;) { IOSocket ios;