From 0c2c7947172b4b99c17a2e73ac1a57fecff7df0c Mon Sep 17 00:00:00 2001 From: falkTX Date: Sun, 17 Jul 2016 16:31:16 +0200 Subject: [PATCH] Remove yet another print --- drmr.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drmr.c b/drmr.c index 31fc43a..3e8c335 100644 --- a/drmr.c +++ b/drmr.c @@ -304,7 +304,8 @@ static void run(LV2_Handle instance, uint32_t n_samples) { break; } default: - printf("Unhandeled status: %i\n",(*data)>>4); + //printf("Unhandeled status: %i\n",(*data)>>4); + break; } } else if (ev->body.type == drmr->uris.atom_resource) {