aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
Diffstat (limited to 'sound')
-rw-r--r--sound/rate.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/rate.cpp b/sound/rate.cpp
index 5a85ebbd86..f28aa035e3 100644
--- a/sound/rate.cpp
+++ b/sound/rate.cpp
@@ -87,8 +87,6 @@ int st_rate_start(eff_t effp, st_rate_t inrate, st_rate_t outrate)
rate->opos_inc_frac = incr & ((1UL << FRAC_BITS) - 1);
rate->opos_inc = incr >> FRAC_BITS;
-printf("opos_inc: (0x%lx << %d) + 0x%lx = 0x%lx\n", rate->opos_inc, FRAC_BITS, rate->opos_inc_frac, rate->opos_inc + rate->opos_inc_frac);
-
rate->ipos = 0;
rate->ilast[0] = rate->ilast[1] = 0;