Remove yet another print

This commit is contained in:
falkTX 2016-07-17 16:31:16 +02:00
parent e001761793
commit 0c2c794717

3
drmr.c
View File

@ -304,7 +304,8 @@ static void run(LV2_Handle instance, uint32_t n_samples) {
break; break;
} }
default: 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) { else if (ev->body.type == drmr->uris.atom_resource) {