13
0

remove some non-controllable debugging output from libs/midi++2/mtc.cc

git-svn-id: svn://localhost/ardour2/branches/3.0@6577 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2010-01-27 18:50:24 +00:00
parent 4dc34d5fd9
commit 7941c074f5

View File

@ -33,7 +33,7 @@ using namespace std;
using namespace sigc;
using namespace MIDI;
#define DEBUG_MTC
#undef DEBUG_MTC
bool
Parser::possible_mtc (byte *sysex_buf, size_t msglen)