From d8f234e4defff976bfbcd3fb14b6003d0794e9af Mon Sep 17 00:00:00 2001 From: Mark Liversedge Date: Wed, 21 Dec 2011 16:33:05 +0000 Subject: [PATCH] remove debug from Fortius.cpp. --- src/Fortius.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Fortius.cpp b/src/Fortius.cpp index 333e66a02..12316eb10 100644 --- a/src/Fortius.cpp +++ b/src/Fortius.cpp @@ -363,12 +363,12 @@ void Fortius::run() // XXX todo - need a hr strap curHeartRate = 0; -//#if 0 +#if 0 // debug fprintf(stderr,"%08d:", timer.elapsed()); for(int i=0; i<48; i++) fprintf(stderr, "%02x ", buf[i]); fprintf(stderr, "\n"); -//#endif +#endif } else {