1
0
Fork 0
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:
Steffen Vogel 2018-12-02 03:57:54 +01:00
parent 3a53e27bde
commit 5ca2a5046e

View file

@ -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);