aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-07 11:33:55 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-07 11:33:55 +0000
commitea232993a06c8ee886b590e2e47b328fee170f96 (patch)
tree81b939063bb6912e88dd729cb109a8745f7efe19 /main
parentb80a2e18e5e1d4d8fd2461c7bcab6ee5a4864eed (diff)
remove a debugging message which i forgot in.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89083 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main')
-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);