summaryrefslogtreecommitdiff
path: root/main/app.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/app.c')
-rw-r--r--main/app.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/app.c b/main/app.c
index a13116bb3..89f5f77c1 100644
--- a/main/app.c
+++ b/main/app.c
@@ -1328,7 +1328,6 @@ int ast_play_and_wait(struct ast_channel *chan, const char *fn)
{
int d = 0;
- ast_test_suite_event_notify("PLAYBACK", "Message: %s\r\nChannel: %s", fn, ast_channel_name(chan));
if ((d = ast_streamfile(chan, fn, ast_channel_language(chan)))) {
return d;
}