summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorSteve Murphy <murf@digium.com>2007-11-15 16:50:16 +0000
committerSteve Murphy <murf@digium.com>2007-11-15 16:50:16 +0000
commiteee92d08815ae7120d192c328f9225aab6383081 (patch)
tree46c45e733580df8c5aafbded2c8b22328b76fb2e /main
parent0bad49b3dd8511061dc407b9037e2bb099c052bd (diff)
Get rid of a previously missed ast_log call for debug, no longer nec.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89295 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main')
-rw-r--r--main/pbx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/pbx.c b/main/pbx.c
index 14de5db73..9b3b62934 100644
--- a/main/pbx.c
+++ b/main/pbx.c
@@ -5722,7 +5722,6 @@ int ast_add_extension2(struct ast_context *con,
dummy_exten.exten = dummy_name;
dummy_exten.matchcid = 0;
dummy_exten.cidmatch = 0;
- ast_log(LOG_NOTICE,"Adding exten %s to context %s; about to lookup in root_tree hashtab %x\n", extension, con->name, (unsigned int)con->root);
tmp2 = ast_hashtab_lookup(con->root_tree,&dummy_exten);
if (!tmp2) {
/* hmmm, not in the trie; */