Skip to content
Snippets Groups Projects
Commit 35a7e781 authored by Josh Brooks's avatar Josh Brooks
Browse files

Remove prints

parent 4202c680
No related branches found
No related tags found
3 merge requests!510Release,!216Xx 3895/authenticated connection,!207WIP: Client Restructure
......@@ -7,7 +7,6 @@
package connect
import (
"fmt"
"github.com/pkg/errors"
jww "github.com/spf13/jwalterweatherman"
"gitlab.com/elixxir/client/auth"
......@@ -210,7 +209,6 @@ func (h *handler) GetPartner() partner.Manager {
func (h *handler) SendE2E(mt catalog.MessageType, payload []byte,
params clientE2e.Params) (
[]id.Round, e2e.MessageID, time.Time, error) {
fmt.Printf("sending e2e\n")
return h.e2e.SendE2E(mt, h.partner.PartnerId(), payload, params)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment