zynaddsubfx

ZynAddSubFX open source synthesizer
Log | Files | Refs | Submodules | LICENSE

commit 59da039c84e1dd6d5d8c4c14b6c494b9cc3a4581
parent 13555f3e87fa9bdab003ee424e5b9c1d73e80f5c
Author: fundamental <mark.d.mccurry@gmail.com>
Date:   Thu, 14 May 2015 14:30:19 -0400

Middleware: Disable Debugging Printf

Diffstat:
Msrc/Misc/MiddleWare.cpp | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/Misc/MiddleWare.cpp b/src/Misc/MiddleWare.cpp @@ -969,8 +969,6 @@ void MiddleWareImpl::doReadOnlyOp(std::function<void()> read_only_fn) void MiddleWareImpl::bToUhandle(const char *rtmsg, bool dummy) { - printf("bToUhandle(%s,%s)\n", last_url.c_str(), - curr_url.c_str()); assert(strcmp(rtmsg, "/part0/kit0/Ppadenableda")); assert(strcmp(rtmsg, "/ze_state")); //Dump Incomming Events For Debugging