mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 04:39:33 +01:00
Remove printf
This commit is contained in:
parent
d0eac58737
commit
223a6c155e
1 changed files with 0 additions and 1 deletions
|
|
@ -512,7 +512,6 @@ PTFFormat::parserest5(void) {
|
|||
offsetbytes = (ptfunxored[j+1] & 0xf0) >> 4;
|
||||
//somethingbytes = (ptfunxored[j+1] & 0xf);
|
||||
findex = ptfunxored[k+14];
|
||||
printf("findex=%x\n", findex);
|
||||
j--;
|
||||
uint32_t start = 0;
|
||||
switch (startbytes) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue