Update logging

This commit is contained in:
Uwe Seimet 2023-11-02 08:53:52 +01:00
parent 9890833bcc
commit aa4b4ee102
1 changed files with 0 additions and 1 deletions

View File

@ -388,7 +388,6 @@ bool GPIOBUS::PollSelectEvent()
return false;
#else
GPIO_FUNCTION_TRACE
spdlog::trace(__PRETTY_FUNCTION__);
errno = 0;
if (epoll_event epev; epoll_wait(epfd, &epev, 1, -1) <= 0) {