mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
remove debug from Fortius.cpp.
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user