remove an unnecessary error message that is really an old debug message

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@29704 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2006-05-23 16:33:04 +00:00
parent 32a28ed9cf
commit cb25b874cb

View File

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