Remove debug print

This commit is contained in:
dak664 2010-02-23 02:22:25 +00:00
parent b4bc7fc3da
commit a64a8674bc

View file

@ -342,7 +342,7 @@ void mac_ethernetToLowpan(uint8_t * ethHeader)
//If not IPv6 we don't do anything
if (((struct uip_eth_hdr *) ethHeader)->type != HTONS(UIP_ETHTYPE_IPV6)) {
PRINTF("eth2low: Packet is not IPv6, dropping\n\r");
printf("!ipv6");
// printf("!ipv6");
#if !RF230BB
rndis_stat.txbad++;
#endif