remove overly-floodish debug message from MidiTrackers trace
git-svn-id: svn://localhost/ardour2/branches/3.0@11068 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -87,7 +87,7 @@ MidiStateTracker::track (const MidiBuffer::iterator &from, const MidiBuffer::ite
|
||||
{
|
||||
looped = false;
|
||||
|
||||
DEBUG_TRACE (PBD::DEBUG::MidiTrackers, string_compose ("%1 track notes, looped = %2\n", this, looped));
|
||||
// DEBUG_TRACE (PBD::DEBUG::MidiTrackers, string_compose ("%1 track notes, looped = %2\n", this, looped));
|
||||
|
||||
for (MidiBuffer::iterator i = from; i != to; ++i) {
|
||||
const Evoral::MIDIEvent<MidiBuffer::TimeType> ev(*i, false);
|
||||
|
||||
Reference in New Issue
Block a user