From 633d8965e2f23ee6a1ad19502881c32664bdfa7f Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Wed, 2 Aug 2017 07:38:14 -0400 Subject: [PATCH] Removed accidental logging commit. --- Outputs/Speaker.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Outputs/Speaker.hpp b/Outputs/Speaker.hpp index 4dee97da4..a64082d42 100644 --- a/Outputs/Speaker.hpp +++ b/Outputs/Speaker.hpp @@ -144,9 +144,7 @@ template class Filter: public Speaker { void run_for(const Cycles cycles) { enqueue([=]() { - printf("... %d ...\n", (unsigned int)cycles.as_int()); unsigned int cycles_remaining = (unsigned int)cycles.as_int(); - printf("!!!\n", (unsigned int)cycles.as_int()); if(coefficients_are_dirty_) update_filter_coefficients(); // if input and output rates exactly match, just accumulate results and pass on