Remove debug print statement from SIPCallServer

This commit is contained in:
Joel Wetzell
2026-01-14 09:38:57 -06:00
committed by GitHub
parent 0fc264d0e9
commit ac2cf078a4

View File

@@ -160,7 +160,6 @@ func (scs *SIPCallServer) HandleCall(inDialog *diago.DialogServerSession) {
scs.router.HandleInput(dialogContext, scs.Id(), SIPCallMessage{
To: inDialog.ToUser(),
})
fmt.Println(inDialog.LoadState())
}
func (scs *SIPCallServer) Output(ctx context.Context, payload any) error {