diff --git a/bindings/notifications.go b/bindings/notifications.go index cfd87f51d0893a2046540a5090fe41bb3afeac09..71db73728f59e1fcd4d382fe79de310eddf860d4 100644 --- a/bindings/notifications.go +++ b/bindings/notifications.go @@ -9,7 +9,6 @@ package bindings import ( "encoding/json" - "fmt" "github.com/pkg/errors" "gitlab.com/elixxir/client/storage/edge" "gitlab.com/elixxir/crypto/fingerprint" @@ -69,7 +68,6 @@ func NotificationsForMe(notifCSV, preimages string) (*ManyNotificationForMeRepor } list, err := notifications.DecodeNotificationsCSV(notifCSV) - fmt.Printf("%+v, %+v", list[0], list[1]) if err != nil { return nil, err