diff --git a/src/scheduler.cpp b/src/scheduler.cpp index c5936e8..938e18e 100644 --- a/src/scheduler.cpp +++ b/src/scheduler.cpp @@ -73,9 +73,6 @@ void Scheduler::finalise(std::ostream& dst) const { unsigned amplitude = std::round(std::max(1.f / channels_in_use_max, 1.f/8.f) * 255); packet::Generic packet_start {.type=packet::Type::config, .config={.us_per_tick=us_per_tick, .amplitude=amplitude}}; - - std::cerr << "amplitude = " << amplitude << std::endl; - packet_start.finalise(dst); for(const packet::Generic& packet : packets) {