From af55fb092537774787dc8bb03ef502081a0fe87c Mon Sep 17 00:00:00 2001 From: Raymond Chandler Date: Fri, 16 Jan 2009 01:00:11 +0000 Subject: [PATCH] test git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11251 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/applications/mod_lcr/mod_lcr.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mod/applications/mod_lcr/mod_lcr.c b/src/mod/applications/mod_lcr/mod_lcr.c index cda922b5e4..e0504bb593 100644 --- a/src/mod/applications/mod_lcr/mod_lcr.c +++ b/src/mod/applications/mod_lcr/mod_lcr.c @@ -166,9 +166,9 @@ void init_max_lens(max_len maxes) maxes->dialstring = (headers[LCR_DIALSTRING_PLACE] == NULL ? 0 : strlen(headers[LCR_DIALSTRING_PLACE])); maxes->digit_str = (headers[LCR_DIGITS_PLACE] == NULL ? 0 : strlen(headers[LCR_DIGITS_PLACE])); maxes->rate = 8; - printf("WTF\n"); - printf("WTF\n"); - printf("WTF\n"); +# printf("WTF\n"); +# printf("WTF\n"); +# printf("WTF\n"); } switch_status_t process_max_lengths(max_obj_t *maxes, lcr_route routes, char *destination_number)