From 3d5f21a3e5c519f38f789a66fbbb1cae5404bae5 Mon Sep 17 00:00:00 2001 From: nick_m Date: Thu, 8 Jun 2017 22:39:41 +1000 Subject: Remove debugging from TempoTest::qnDistanceTestRamp () --- libs/ardour/test/tempo_test.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/ardour/test/tempo_test.cc b/libs/ardour/test/tempo_test.cc index 9e86b6d7ae..6ef9e88990 100644 --- a/libs/ardour/test/tempo_test.cc +++ b/libs/ardour/test/tempo_test.cc @@ -330,7 +330,6 @@ TempoTest::qnDistanceTestRamp () map.add_tempo (tempoG, 0.0, (framepos_t) 2 * 60 * sampling_rate, AudioTime); Meter meterB (3, 4); map.add_meter (meterB, 4.0, BBT_Time (2, 1, 0), 288e3, AudioTime); - map.dump (std::cout); map.recompute_map (map._metrics, 1); list::iterator i = map._metrics.begin(); -- cgit v1.2.3