Removed unwanted trace (pandora_module_service.cc)
This commit is contained in:
parent
68ac55e33c
commit
a235abb903
|
@ -124,7 +124,6 @@ async_run (Pandora_Module_Service *module) {
|
||||||
// If time out and polling,
|
// If time out and polling,
|
||||||
// check the service status actively
|
// check the service status actively
|
||||||
if (result == WAIT_TIMEOUT && polling) {
|
if (result == WAIT_TIMEOUT && polling) {
|
||||||
pandoraLog("Timeout. Polling");
|
|
||||||
module->execute_async_service(prev_res, module, modules);
|
module->execute_async_service(prev_res, module, modules);
|
||||||
}
|
}
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Reference in New Issue