summaryrefslogtreecommitdiff
path: root/libs/ardour/tempo.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-01-06 22:56:58 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-01-06 22:56:58 +0000
commitd64d4a767db59e2570f350dfe678cf7342438906 (patch)
treebef89517ce74ed220fa44e163aa8dd58172740b5 /libs/ardour/tempo.cc
parentc7b7cb9a3199d9c4b0fa04ff8765046b0d7aaad0 (diff)
remove extra TempoMap::dump() call
git-svn-id: svn://localhost/ardour2/branches/3.0@11180 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/tempo.cc')
-rw-r--r--libs/ardour/tempo.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/ardour/tempo.cc b/libs/ardour/tempo.cc
index 5ad947ed68..a521f44bd7 100644
--- a/libs/ardour/tempo.cc
+++ b/libs/ardour/tempo.cc
@@ -830,8 +830,6 @@ TempoMap::recompute_map (bool reassign_tempo_bbt, framepos_t end)
}
_extend_map (tempo, meter, next_metric, current, current_frame, end);
-
- dump (cerr);
}
void