mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
api: remove obsolete logging
This commit is contained in:
parent
3a53e27bde
commit
5ca2a5046e
1 changed files with 0 additions and 2 deletions
|
@ -129,8 +129,6 @@ void Server::run(int timeout)
|
|||
|
||||
assert(state == STATE_STARTED);
|
||||
|
||||
logger->info("pfds.size() = {}", pfds.size());
|
||||
|
||||
auto len = pfds.size();
|
||||
|
||||
ret = poll(pfds.data(), len, timeout);
|
||||
|
|
Loading…
Add table
Reference in a new issue