From 7941c074f59331266c98e3a21e674cd0936bfad3 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 27 Jan 2010 18:50:24 +0000 Subject: [PATCH] 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 --- libs/midi++2/mtc.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/midi++2/mtc.cc b/libs/midi++2/mtc.cc index 32fb8cf3d6..d1bb7c9bad 100644 --- a/libs/midi++2/mtc.cc +++ b/libs/midi++2/mtc.cc @@ -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)