remove debug from Fortius.cpp.

This commit is contained in:
Mark Liversedge
2011-12-21 16:33:05 +00:00
parent c200bdea01
commit d8f234e4de

View File

@@ -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 {