From 658c35df11fed11e2baa3bd34b701e359ad8bdc3 Mon Sep 17 00:00:00 2001
From: dak664 <dak664>
Date: Mon, 22 Feb 2010 22:21:15 +0000
Subject: [PATCH] remove debug printf

---
 cpu/avr/rtimer-arch.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cpu/avr/rtimer-arch.c b/cpu/avr/rtimer-arch.c
index 0898248eb..1ee966180 100644
--- a/cpu/avr/rtimer-arch.c
+++ b/cpu/avr/rtimer-arch.c
@@ -28,7 +28,7 @@
  *
  * This file is part of the Contiki operating system.
  *
- * $Id: rtimer-arch.c,v 1.7 2010/02/18 17:21:44 dak664 Exp $
+ * $Id: rtimer-arch.c,v 1.8 2010/02/22 22:21:15 dak664 Exp $
  */
 
 /**
@@ -148,5 +148,5 @@ rtimerworks=250;
 
   /* Restore interrupt state */
   SREG = sreg;
-  printf("rs%d",t);
+ // printf("rs%d",t);
 }