Remove debugging message when reading packets from a BSD device.
authorGuus Sliepen <guus@tinc-vpn.org>
Mon, 12 Oct 2009 21:51:57 +0000 (23:51 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Mon, 12 Oct 2009 21:51:57 +0000 (23:51 +0200)
This was inadvertently introduced by commit
4a5d42178cc0954efba8b24058da9c70cc77c35a.

src/bsd/device.c

index 06889e3..c2cd34c 100644 (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;
 }