From 862299120c3a0218046a3a0cfa9427f8f51e856d Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 5 Jan 2012 17:42:48 +0000 Subject: [PATCH] remove debugging output git-svn-id: svn://localhost/ardour2/branches/3.0@11167 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/tempo.cc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/libs/ardour/tempo.cc b/libs/ardour/tempo.cc index 99ab12e8d5..85468b8145 100644 --- a/libs/ardour/tempo.cc +++ b/libs/ardour/tempo.cc @@ -851,12 +851,6 @@ TempoMap::extend_map (framepos_t end) } } - cerr << "extend map to " << end << " next_metric @ end ? " << (next_metric == metrics.end()); - if (next_metric != metrics.end()) { - cerr << *next_metric; - } - cerr << endl; - /* we cast away const here because this is the one place where we need * to actually modify the frame time of each metric section. */ -- 2.30.2