Remove debugging message when reading packets from a BSD device.

This was inadvertently introduced by commit
4a5d42178c.
This commit is contained in:
Guus Sliepen 2009-10-12 23:51:57 +02:00
parent ec4c8bcb18
commit c7fdc7d5b8

View file

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