remove a debugging message which i forgot in.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89083 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Luigi Rizzo
2007-11-07 11:33:55 +00:00
parent 19dda440b1
commit d0b2d2dc62

View File

@@ -142,11 +142,6 @@ void ast_module_register(const struct ast_module_info *info)
let's avoid it altogether
*/
if (embedding) {
static int i;
fprintf(stderr, "---- embedding [%d] %p %p %s\n",
i++, embedded_module_list.first,
embedded_module_list.last,
info->name);
AST_LIST_INSERT_TAIL(&embedded_module_list, mod, entry);
} else {
AST_LIST_LOCK(&module_list);