summaryrefslogtreecommitdiff
path: root/main/event.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/event.c')
-rw-r--r--main/event.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/event.c b/main/event.c
index 673f8a11c..366834ea6 100644
--- a/main/event.c
+++ b/main/event.c
@@ -1382,7 +1382,6 @@ int ast_event_queue(struct ast_event *event)
if (ast_event_check_subscriber(host_event_type, AST_EVENT_IE_END)
== AST_EVENT_SUB_NONE) {
ast_event_destroy(event);
- ast_log(LOG_NOTICE, "Event destroyed, no subscriber\n");
return 0;
}