diff --git a/src/algorithms/observables/gnuradio_blocks/hybrid_observables_cc.cc b/src/algorithms/observables/gnuradio_blocks/hybrid_observables_cc.cc index 382414c44..cd6429a4d 100644 --- a/src/algorithms/observables/gnuradio_blocks/hybrid_observables_cc.cc +++ b/src/algorithms/observables/gnuradio_blocks/hybrid_observables_cc.cc @@ -514,7 +514,7 @@ int hybrid_observables_cc::general_work(int noutput_items __attribute__((unused) { T_rx_clock_step_samples = std::round(static_cast(in[d_nchannels_in - 1][0].fs) * 1e-3); // 1 ms LOG(INFO) << "Observables clock step samples set to " << T_rx_clock_step_samples; - usleep(1000000); + //usleep(1000000); } // Consume one item from the clock channel (last of the input channels)