From 423e6f29e1b45c9fc8240d108af1a43b56bf23ea Mon Sep 17 00:00:00 2001 From: fermin831 Date: Mon, 23 Oct 2017 15:51:58 +0200 Subject: [PATCH] Removed unwanted trace (pandora_module_service.cc) (cherry picked from commit a235abb903a89881126745ca63ca8b2775240a90) --- pandora_agents/win32/modules/pandora_module_service.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/pandora_agents/win32/modules/pandora_module_service.cc b/pandora_agents/win32/modules/pandora_module_service.cc index c3f2259773..11abf8b2fa 100644 --- a/pandora_agents/win32/modules/pandora_module_service.cc +++ b/pandora_agents/win32/modules/pandora_module_service.cc @@ -124,7 +124,6 @@ async_run (Pandora_Module_Service *module) { // If time out and polling, // check the service status actively if (result == WAIT_TIMEOUT && polling) { - pandoraLog("Timeout. Polling"); module->execute_async_service(prev_res, module, modules); } continue;