mirror of
https://github.com/logos-messaging/logos-messaging-go-bindings.git
synced 2026-01-02 14:03:10 +00:00
removing debug logs
This commit is contained in:
parent
f9c54f0888
commit
be664cd6ec
@ -829,13 +829,11 @@ func (n *WakuNode) Version() (string, error) {
|
||||
func (n *WakuNode) StoreQuery(ctx context.Context, storeRequest *common.StoreQueryRequest, peerInfo peer.AddrInfo) (*common.StoreQueryResponse, error) {
|
||||
timeoutMs := getContextTimeoutMilliseconds(ctx)
|
||||
|
||||
fmt.Println("---------- StoreQuery 1 ---------")
|
||||
b, err := json.Marshal(storeRequest)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
fmt.Println("---------- StoreQuery 2 ---------")
|
||||
addrs := make([]string, len(peerInfo.Addrs))
|
||||
for i, addr := range utils.EncapsulatePeerID(peerInfo.ID, peerInfo.Addrs...) {
|
||||
addrs[i] = addr.String()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user