aboutsummaryrefslogtreecommitdiffstats
path: root/src/bss_patch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bss_patch.c')
-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);
}
}