summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main/loader.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/loader.c b/main/loader.c
index 10d5485da..5befafb55 100644
--- a/main/loader.c
+++ b/main/loader.c
@@ -842,7 +842,6 @@ static enum ast_module_load_result start_resource(struct ast_module *mod)
return AST_MODULE_LOAD_FAILURE;
}
- printf ("!!! Going to load %s\n", mod->resource);
res = mod->info->load();
switch (res) {