Remove yet another print
This commit is contained in:
parent
e001761793
commit
0c2c794717
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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user