[Freeswitch-svn] [commit] r11252 - freeswitch/trunk/src/mod/applications/mod_lcr

FreeSWITCH SVN intralanman at freeswitch.org
Thu Jan 15 17:11:12 PST 2009


Author: intralanman
Date: Thu Jan 15 19:11:11 2009
New Revision: 11252

Log:
i'm finally over my tourettes

Modified:
   freeswitch/trunk/src/mod/applications/mod_lcr/mod_lcr.c

Modified: freeswitch/trunk/src/mod/applications/mod_lcr/mod_lcr.c
==============================================================================
--- freeswitch/trunk/src/mod/applications/mod_lcr/mod_lcr.c	(original)
+++ freeswitch/trunk/src/mod/applications/mod_lcr/mod_lcr.c	Thu Jan 15 19:11:11 2009
@@ -166,9 +166,6 @@
 	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");
 }
 
 switch_status_t process_max_lengths(max_obj_t *maxes, lcr_route routes, char *destination_number)



More information about the Freeswitch-svn mailing list