summaryrefslogtreecommitdiff
path: root/libs/ardour/tempo.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-01-05 17:42:48 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-01-05 17:42:48 +0000
commit862299120c3a0218046a3a0cfa9427f8f51e856d (patch)
treed6d7016290d2fd94d1ef9f805f455ae59147f203 /libs/ardour/tempo.cc
parent3678b7c96246d8d78e23985fbc8cbdbc6d9e9127 (diff)
remove debugging output
git-svn-id: svn://localhost/ardour2/branches/3.0@11167 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/tempo.cc')
-rw-r--r--libs/ardour/tempo.cc6
1 files changed, 0 insertions, 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.
*/