base: remove diagnostic message in destructor

The LOG message in the Signal_handler_thread's destructor is just an
diagnostic leftover.

Fixes #3666.
This commit is contained in:
Josef Söntgen 2020-02-25 17:05:28 +01:00 committed by Christian Helmuth
parent 434c9ceb5d
commit f3ec246b67
1 changed files with 0 additions and 1 deletions

View File

@ -70,7 +70,6 @@ class Signal_handler_thread : Thread, Lock
~Signal_handler_thread()
{
log("~Signal_handler_thread");
env_deprecated()->pd_session()->free_signal_source(_signal_source->rpc_cap());
}
};