dect
/
asterisk
Archived
13
0
Fork 0

Remove a debugging log entry.

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@255240 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
russell 2010-03-29 05:10:41 +00:00
parent 35b9868b97
commit 5be2178eff
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}