aboutsummaryrefslogtreecommitdiffstats
path: root/main/dsp.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-09 16:55:15 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-09 16:55:15 +0000
commit138235a099e9e568916d790a4c1ee8fb5d773231 (patch)
tree111c72f3c40ec6f096b83c1fc0f9ef20143419cb /main/dsp.c
parent7df57fb2abe726a67b3d09eaeafff8036918fec4 (diff)
arbitrary formatting change to test mantis change
(closes issue #12824) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@121286 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/dsp.c')
-rw-r--r--main/dsp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/dsp.c b/main/dsp.c
index c0f4746df..f9c8a2d94 100644
--- a/main/dsp.c
+++ b/main/dsp.c
@@ -556,7 +556,6 @@ static int tone_detect(struct ast_dsp *dsp, tone_detect_state_t *s, int16_t *amp
ast_debug(10, "tone %d, Ew=%.2E, Et=%.2E, s/n=%10.2f\n", s->freq, tone_energy, s->energy, tone_energy / (s->energy - tone_energy));
hit = 0;
if (tone_energy > s->energy * s->threshold) {
-
ast_debug(10, "Hit! count=%d\n", s->hit_count);
hit = 1;
}