Removing stray printf from r386540

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@386640 65c4cc65-6c06-0410-ace0-fbb531ad65f3
changes/78/78/1
David M. Lee 12 years ago
parent 09af343789
commit 79b2edea8f

@ -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) {

Loading…
Cancel
Save