aboutsummaryrefslogtreecommitdiff
path: root/src/survive_data.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/survive_data.c')
-rw-r--r--src/survive_data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/survive_data.c b/src/survive_data.c
index 8c5c646..0873f7f 100644
--- a/src/survive_data.c
+++ b/src/survive_data.c
@@ -119,7 +119,7 @@ void handle_lightcap( SurviveObject * so, LightcapElement * le )
{
int32_t main_divisor = so->timebase_hz / 384000; //125 @ 48 MHz.
int base_station = is_new_pulse;
- printf( "%s %d %d %d\n", so->codename, le->sensor_id, so->sync_set_number, le->length );
+ //printf( "%s %d %d %d\n", so->codename, le->sensor_id, so->sync_set_number, le->length );
ctx->lightproc( so, le->sensor_id, -3 - so->sync_set_number, 0, le->timestamp, le->length );
}
}