From d80052c0e78af978ec52f1521b2fc9434c2f56b4 Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Sun, 16 Dec 2007 14:48:33 +0000 Subject: [PATCH] Removed debug output --- core/sys/timesynch.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/core/sys/timesynch.c b/core/sys/timesynch.c index 6f9d190ba..13ca56a61 100644 --- a/core/sys/timesynch.c +++ b/core/sys/timesynch.c @@ -34,7 +34,7 @@ * * This file is part of the Contiki operating system. * - * $Id: timesynch.c,v 1.1 2007/12/16 14:29:56 adamdunkels Exp $ + * $Id: timesynch.c,v 1.2 2007/12/16 14:48:33 adamdunkels Exp $ */ /** @@ -125,9 +125,6 @@ read(void) simple_cc2420_time_for_transmission, simple_cc2420_time_of_arrival); if(simple_cc2420_authority_level_of_sender + 1 != authority_level) { - printf("New authority %d, previous %d\n", - simple_cc2420_authority_level_of_sender + 1, - authority_level); authority_level = simple_cc2420_authority_level_of_sender + 1; }