net: contiki: IPv6 packet handling had debugging activated

By default all debugging should be off and only activated if
user really wants so.

Change-Id: I280748b7852052892c309d5f0ada611cb2bc08b0
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
This commit is contained in:
Jukka Rissanen 2015-11-27 09:13:49 +02:00 committed by Anas Nashif
commit 3949ef16ea

View file

@ -86,7 +86,7 @@
/* For Debug, logging, statistics */
/*---------------------------------------------------------------------------*/
#define DEBUG DEBUG_FULL
#define DEBUG DEBUG_NONE
#include "contiki/ip/uip-debug.h"
#if UIP_CONF_IPV6_RPL