summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2018-07-23 17:20:48 +0200
committerRobin Gareus <robin@gareus.org>2018-07-23 17:20:48 +0200
commit92a685495cb8cbac1a5bc586e2a41da3d09ea2a8 (patch)
tree986cbd6b2a12d2e5ec4d648a8a8882037988edee /gtk2_ardour
parentb5e67536a348ea820a612e8120ed82bbd12e11f7 (diff)
Revert "Add timestretch debug printf"
This reverts commit c2e520fab056834a7181e08a1cd0fa3e14796b1e.
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/editor_timefx.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/gtk2_ardour/editor_timefx.cc b/gtk2_ardour/editor_timefx.cc
index 9ecf6cf150..0176f237bb 100644
--- a/gtk2_ardour/editor_timefx.cc
+++ b/gtk2_ardour/editor_timefx.cc
@@ -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;