diff --git a/res/res_jabber.c b/res/res_jabber.c index 64eaf66bd5..f74f507e84 100644 --- a/res/res_jabber.c +++ b/res/res_jabber.c @@ -2221,7 +2221,6 @@ static int load_module(void *mod) static int reload(void *mod) { aji_reload(); - ast_log(LOG_ERROR, "ooh reload magic!!!\n"); return 0; }