From d64d4a767db59e2570f350dfe678cf7342438906 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 6 Jan 2012 22:56:58 +0000 Subject: [PATCH] remove extra TempoMap::dump() call git-svn-id: svn://localhost/ardour2/branches/3.0@11180 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/tempo.cc | 2 -- 1 file changed, 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