Skip to content

Commit

Permalink
Update cmd/waku/server/rest/filter_cache.go
Browse files Browse the repository at this point in the history
Co-authored-by: richΛrd <info@richardramos.me>
  • Loading branch information
harsh-98 and richard-ramos authored Nov 2, 2023
1 parent 4b6b08f commit 273953d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/waku/server/rest/filter_cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ func (c *filterCache) subscribe(contentFilter protocol.ContentFilter) {
c.data[pubsubTopic] = make(map[string][]*pb.WakuMessage)
}
for _, topic := range contentTopics {
utils.Logger().Info(fmt.Sprintf("pb %s ct %s ", pubsubTopic, topic))
if c.data[pubsubTopic][topic] == nil {
c.data[pubsubTopic][topic] = []*pb.WakuMessage{}
}
Expand Down

0 comments on commit 273953d

Please sign in to comment.