Removed unwanted trace (pandora_module_service.cc)

(cherry picked from commit a235abb903a89881126745ca63ca8b2775240a90)
This commit is contained in:
fermin831 2017-10-23 15:51:58 +02:00 committed by fermin
parent d443bc03ab
commit 423e6f29e1

View File

@ -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;