remove extra TempoMap::dump() call
authorPaul Davis <paul@linuxaudiosystems.com>
Fri, 6 Jan 2012 22:56:58 +0000 (22:56 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Fri, 6 Jan 2012 22:56:58 +0000 (22:56 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@11180 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/tempo.cc

index 5ad947ed68089593fff51a36a0bd07f376541804..a521f44bd78d93cacf4b1da75b0faaa468972056 100644 (file)
@@ -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