9
0
Fork 0

bss patch: Remove stale printf from the code that broke the tests

This commit is contained in:
Holger Hans Peter Freyther 2013-03-25 13:52:32 +01:00
parent 511848c864
commit 052b8e8c95
1 changed files with 0 additions and 1 deletions

View File

@ -63,7 +63,6 @@ static void patch_ass_rqst(struct msgb *msg, int length)
if (i + 1 != len - 2)
audio |= 0x80;
data[2 + i] = audio;
printf("PATCHED %d\n", i);
}
}