From: David M. Lee Date: Fri, 26 Apr 2013 21:00:45 +0000 (+0000) Subject: Removing stray printf from r386540 X-Git-Tag: 13.0.0-beta1~1891 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79b2edea8f03c2c1e63f3472c128645d90c95363;p=thirdparty%2Fasterisk.git Removing stray printf from r386540 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@386640 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/loader.c b/main/loader.c index 10d5485da8..5befafb557 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) {