From 7499939c94d8b5db5b7d3a32347a4f4f8c1c9064 Mon Sep 17 00:00:00 2001 From: nifi Date: Mon, 14 Jun 2010 13:07:09 +0000 Subject: [PATCH] removed debug output --- core/net/rpl/rpl-dag.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/net/rpl/rpl-dag.c b/core/net/rpl/rpl-dag.c index ac69278d1..f76b38046 100644 --- a/core/net/rpl/rpl-dag.c +++ b/core/net/rpl/rpl-dag.c @@ -32,7 +32,7 @@ * * This file is part of the Contiki operating system. * - * $Id: rpl-dag.c,v 1.27 2010/06/14 12:44:37 nvt-se Exp $ + * $Id: rpl-dag.c,v 1.28 2010/06/14 13:07:09 nifi Exp $ */ /** * \file @@ -671,7 +671,6 @@ rpl_process_dio(uip_ipaddr_t *from, rpl_dio_t *dio) /* The candidate parent no longer exists. */ return; } - printf("X1.2\n"); } else { PRINTF("RPL: Received consistent DIO\n"); dag->dio_counter++;