remove debugging output
authorPaul Davis <paul@linuxaudiosystems.com>
Thu, 5 Jan 2012 17:42:48 +0000 (17:42 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Thu, 5 Jan 2012 17:42:48 +0000 (17:42 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@11167 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/tempo.cc

index 99ab12e8d53c2eca4eab8b8e4230a8c6da015a10..85468b8145459dc82a6ec32104d1b29a0f695a1b 100644 (file)
@@ -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. 
         */