diff --git a/source/native-plugins/zynaddsubfx/Misc/MiddleWare.cpp b/source/native-plugins/zynaddsubfx/Misc/MiddleWare.cpp index 78b66b2ba..a431def84 100644 --- a/source/native-plugins/zynaddsubfx/Misc/MiddleWare.cpp +++ b/source/native-plugins/zynaddsubfx/Misc/MiddleWare.cpp @@ -1362,8 +1362,6 @@ void MiddleWareImpl::sendToRemote(const char *rtmsg, std::string dest) if(dest == "GUI") { cb(ui, rtmsg); } else if(!dest.empty()) { - printf("Testing sendToRemote: '%s'\n", rtmsg); - lo_message msg = lo_message_deserialise((void*)rtmsg, rtosc_message_length(rtmsg, bToU->buffer_size()), NULL);