Removing stray printf from r386540

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@386640 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
David M. Lee
2013-04-26 21:00:45 +00:00
parent 09af343789
commit 79b2edea8f

View File

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