Remove yet another print
This commit is contained in:
3
drmr.c
3
drmr.c
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user