Skip to content
Snippets Groups Projects
Commit b1010204 authored by Jonah Husson's avatar Jonah Husson
Browse files

Remove print in notif bindings

parent df30b22d
No related branches found
No related tags found
2 merge requests!170Release,!120Add 0 byte to message contents
...@@ -9,7 +9,6 @@ package bindings ...@@ -9,7 +9,6 @@ package bindings
import ( import (
"encoding/json" "encoding/json"
"fmt"
"github.com/pkg/errors" "github.com/pkg/errors"
"gitlab.com/elixxir/client/storage/edge" "gitlab.com/elixxir/client/storage/edge"
"gitlab.com/elixxir/crypto/fingerprint" "gitlab.com/elixxir/crypto/fingerprint"
...@@ -69,7 +68,6 @@ func NotificationsForMe(notifCSV, preimages string) (*ManyNotificationForMeRepor ...@@ -69,7 +68,6 @@ func NotificationsForMe(notifCSV, preimages string) (*ManyNotificationForMeRepor
} }
list, err := notifications.DecodeNotificationsCSV(notifCSV) list, err := notifications.DecodeNotificationsCSV(notifCSV)
fmt.Printf("%+v, %+v", list[0], list[1])
if err != nil { if err != nil {
return nil, err return nil, err
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment