From b91ff06a9fd5473675958902f50f7fa7f162e3ea Mon Sep 17 00:00:00 2001 From: Jeremy Lakeman Date: Fri, 18 May 2012 10:57:58 +0930 Subject: [PATCH] Reduce log spam while in call --- vomp.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/vomp.c b/vomp.c index 08edb0b4..f1975bf8 100644 --- a/vomp.c +++ b/vomp.c @@ -273,8 +273,6 @@ int vomp_send_status(vomp_call_state *call,int flags,overlay_mdp_frame *arg) } } - WHYF("sending VoMP frame to far end: state=%d.%d", - call->local.state,call->remote.state); overlay_mdp_send(&mdp,0,0); call->local.sequence++;