aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2013-03-25 13:52:32 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2013-03-25 13:53:04 +0100
commitd2fdb2afbf1c495e3ab455dd90058501c14f57d4 (patch)
treef396a5637fa33de3fff80993ec59ddee92bdae7d
parent7916cb881d5ecfbe7406ba88ac0338554da9ac7b (diff)
bss patch: Remove stale printf from the code that broke the tests
-rw-r--r--src/bss_patch.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bss_patch.c b/src/bss_patch.c
index f49098f..9d89d87 100644
--- a/src/bss_patch.c
+++ b/src/bss_patch.c
@@ -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);
}
}