From fe4cc83441d96827dd7793fde708690487f5e906 Mon Sep 17 00:00:00 2001 From: fros4943 Date: Wed, 21 Jan 2009 14:31:12 +0000 Subject: [PATCH] removed button debug output --- .../se/sics/cooja/contikimote/interfaces/ContikiButton.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/cooja/java/se/sics/cooja/contikimote/interfaces/ContikiButton.java b/tools/cooja/java/se/sics/cooja/contikimote/interfaces/ContikiButton.java index b5a67a295..944602d23 100644 --- a/tools/cooja/java/se/sics/cooja/contikimote/interfaces/ContikiButton.java +++ b/tools/cooja/java/se/sics/cooja/contikimote/interfaces/ContikiButton.java @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ContikiButton.java,v 1.10 2008/12/04 14:03:42 joxe Exp $ + * $Id: ContikiButton.java,v 1.11 2009/01/21 14:31:12 fros4943 Exp $ */ package se.sics.cooja.contikimote.interfaces; @@ -92,7 +92,7 @@ public class ContikiButton extends Button implements ContikiMoteInterface { /* Wait until button change is handled by Contiki */ if (moteMem.getByteValueOf("simButtonChanged") == 0) { - logger.info("Releasing button at: " + t); + /*logger.info("Releasing button at: " + t);*/ releaseButton(); } else { /* Reschedule button release */