13
0

Remove debug code.

git-svn-id: svn://localhost/ardour2/branches/3.0@10603 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-11-15 01:11:32 +00:00
parent e38694acc0
commit f6d191aec4

View File

@ -280,7 +280,6 @@ SMFSource::write_unlocked (MidiRingBuffer<framepos_t>& source, framepos_t positi
continue;
}
cerr << "SMFSource:: calling append_event_unlocked_frames()\n";
append_event_unlocked_frames(ev, position);
}