summaryrefslogtreecommitdiff
path: root/main/loader.c
diff options
context:
space:
mode:
authorLuigi Rizzo <rizzo@icir.org>2007-11-07 11:33:55 +0000
committerLuigi Rizzo <rizzo@icir.org>2007-11-07 11:33:55 +0000
commitd0b2d2dc6276c55ebff91bc05ff918ea2765fa33 (patch)
tree81b939063bb6912e88dd729cb109a8745f7efe19 /main/loader.c
parent19dda440b112d019b9fe24c782077846c75a84f3 (diff)
remove a debugging message which i forgot in.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89083 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/loader.c')
-rw-r--r--main/loader.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/main/loader.c b/main/loader.c
index 9b7a468c1..d8567c840 100644
--- a/main/loader.c
+++ b/main/loader.c
@@ -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);