Remove debugging message when reading packets from a BSD device.
This was inadvertently introduced by commit
4a5d42178c
.
This commit is contained in:
parent
ec4c8bcb18
commit
c7fdc7d5b8
1 changed files with 0 additions and 1 deletions
|
@ -279,7 +279,6 @@ bool read_packet(vpn_packet_t *packet) {
|
|||
ifdebug(TRAFFIC) logger(LOG_DEBUG, "Read packet of %d bytes from %s",
|
||||
packet->len, device_info);
|
||||
|
||||
logger(LOG_INFO, "E:fd_read");
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue