fix(src/library/task_queue): remove spurious message
@gebner Could you please confirm this is a spurious message?
This commit is contained in:
parent
b85ccefbff
commit
3617451775
1 changed files with 0 additions and 1 deletions
|
|
@ -51,7 +51,6 @@ bool generic_task_result_cell::execute() {
|
|||
}
|
||||
return true;
|
||||
} catch (interrupted) {
|
||||
std::cerr << "interrupted: " << m_desc << std::endl;
|
||||
m_ex = std::make_exception_ptr(
|
||||
task_cancellation_exception(generic_task_result(this)));
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue