Skip to content

Commit

Permalink
fix: remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
emiago committed Dec 1, 2024
1 parent 42abe0e commit 3b8b64b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions diago.go
Original file line number Diff line number Diff line change
Expand Up @@ -637,9 +637,6 @@ func (dg *Diago) InviteBridge(ctx context.Context, recipient sip.Uri, bridge *Br
// via := inviteReq.Via()
// if via.Host == "" {
// }

fmt.Println(inviteReq.Via().Host, "Aaaaaaaaaaaaaaaaaaa")

dialog, err := dialogCli.WriteInvite(ctx, inviteReq, func(c *sipgo.Client, req *sip.Request) error {
// Do nothing
return nil
Expand Down

0 comments on commit 3b8b64b

Please sign in to comment.