13
0

Revert "Add timestretch debug printf"

This reverts commit c2e520fab0.
This commit is contained in:
Robin Gareus 2018-07-23 17:20:48 +02:00
parent b5e67536a3
commit 92a685495c

View File

@ -208,13 +208,6 @@ Editor::time_fx (RegionList& regions, float val, bool pitching)
}
}
#ifndef NDEBUG
printf("TIME-FX: time: %f pitch: %f mode: %d\n",
current_timefx->request.time_fraction,
current_timefx->request.pitch_fraction,
rb_current_opt);
#endif
switch (rb_current_opt) {
case 0:
transients = NoTransients; peaklock = false; longwin = true; shortwin = false;