Skip to content

Commit ce1dd41

Browse files
authored
Remove leftover debug print (#129)
1 parent 62ff075 commit ce1dd41

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pkg/secretstore/secret_store_messages.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,6 @@ func (s *secretStore) putPrecomputedKeysBatched(ctx context.Context, batch datas
502502

503503
func (s *secretStore) putPrecomputedKeysNonBatched(ctx context.Context, groupRaw []byte, deviceRaw []byte, preComputedMessageKeys []computedMessageKey) error {
504504
for _, preComputedKey := range preComputedMessageKeys {
505-
fmt.Println(">", groupRaw, deviceRaw, preComputedKey.counter)
506505
id := dsKeyForPrecomputedMessageKey(groupRaw, deviceRaw, preComputedKey.counter)
507506

508507
if err := s.datastore.Put(ctx, id, preComputedKey.messageKey[:]); err != nil {

0 commit comments

Comments
 (0)