[Freeswitch-svn] [commit] r5706 - freeswitch/trunk/src

Freeswitch SVN anthm at freeswitch.org
Wed Sep 12 18:37:28 EDT 2007


Author: anthm
Date: Wed Sep 12 18:37:28 2007
New Revision: 5706

Modified:
   freeswitch/trunk/src/switch_core_session.c

Log:
fix backlash from profile clone change -without debugging line

Modified: freeswitch/trunk/src/switch_core_session.c
==============================================================================
--- freeswitch/trunk/src/switch_core_session.c	(original)
+++ freeswitch/trunk/src/switch_core_session.c	Wed Sep 12 18:37:28 2007
@@ -305,7 +305,6 @@
 				if (session && (cloned_profile = switch_caller_profile_clone(session, peer_profile)) != 0) {
 					switch_channel_set_originatee_caller_profile(channel, cloned_profile);
 				}
-				printf("XXXXXXXXXXWTF [%s] [%s] [%s]\n", profile->uuid, peer_profile->uuid, cloned_profile->uuid);
 			}
 		}
 



More information about the Freeswitch-svn mailing list